setInputSensitivity
setInputSensitivity
- setInputSensitivity(
params):Promise<void>
Sets the input level at which the participant is identified as currently speaking.
Parameters
params
Object containing the parameters of the method.
memberId
ID of the member to affect.
value
Desired sensitivity from 0 (lowest sensitivity, essentially muted) to 100 (highest sensitivity).
Returns
Promise<void>
Example
In this example, we wait for a room to start and then set the input sensitivity for a member to 0.
This example assumes that there is a RoomSession
already active and that members are joining the room.