Volume to set. The value range can be obtained by calling getMinVolume and getMaxVolume. |
|||
Volume to set. The value range can be obtained by calling getMinVolume and getMaxVolume. |
Mute status to set. The value true means to mute the stream, and false means the opposite. |
|||
Mute status to set. The value true means to mute the stream, and false means the opposite. |
Callback used to return the mute status of the stream. The value true means that the stream is muted, and false means the opposite. |
Promise used to return the mute status of the stream. The value true means that the stream is muted, and false means the opposite. |
Callback used to return the active status of the stream. The value true means that the stream is active, and false means the opposite. |
Promise used to return the active status of the stream. The value true means that the stream is active, and false means the opposite. |
AsyncCallback<AudioRingMode> |
Promise<AudioRingMode> |
AsyncCallback<AudioDeviceDescriptors> |
Promise<AudioDeviceDescriptors> |
Active status to set. The value true means to set the device to the active status, and false means the opposite. |
|||
Active status to set. The value true means to set the device to the active status, and false means the opposite. |
Mute status to set. The value true means to mute the microphone, and false means the opposite. |
|||
Mute status to set. The value true means to mute the microphone, and false means the opposite. |
Callback used to return the mute status of the microphone. The value true means that the microphone is muted, and false means the opposite. |
Promise used to return the mute status of the microphone. The value true means that the microphone is muted, and false means the opposite. |