Skip to main content
Version: Next

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​

ParameterType
mutedboolean

Returns​

Promise<void>