setInputSensitivity
setInputSensitivity
▸ setInputSensitivity(params): Promise<void>
Sets the input level at which the participant is identified as currently speaking.
Parameters
params
Configuration object for input sensitivity
params.value
Desired sensitivity from 0 (lowest sensitivity, essentially muted) to 100 (highest sensitivity). The default value is 30.
Returns
Promise<void>
Permissions
room.self.set_input_sensitivity
You need to specify the permissions when creating the Video Room Token on the server side.