Plivo has launched noise reduction in Browser SDK. The noise reduction feature significantly reduces unwanted background noise from an audio call to improve the call quality and minimize background disturbances, ensuring clear, crisp audio.
The noise cancellation feature can be enabled during the SDK initialization using the parameter enableNoiseReduction. The default value of this parameter is set to true.
Attribute | Datatype | Description |
enableNoiseReduction | Boolean |
Indicates if the noise reduction has to be enabled during the SDK initialization.
Possible values: true, false Default: true |
Please refer to our SDK reference for more details.
Start and stop noise reduction
We have introduced new methods for initiating and halting noise cancellation. These methods can be invoked at any time, including during an ongoing call or when the SDK is idle.
Method | Description |
startNoiseReduction() | Method to start the noise reduction |
stopNoiseReduction() | Method to stop the noise reduction |
Please refer to our method usage guide for more information.
Note: Currently, this feature is available on Browser SDK only.