Function: setCallMuted()
setCallMuted(
muted):Promise<void>
Defined in: react-native-webrtc/lib/typescript/VoIP.d.ts:41
Drives the system mute state so the OS call UI reflects an in-app mute, and lets
the mute round-trip back through onMuteChanged.
Parameters​
| Parameter | Type |
|---|---|
muted | boolean |
Returns​
Promise<void>