Interface: SetMutedActionEvent
Defined in: Calls.types.ts:405
Fired when the system requests a mute-state change (e.g. user pressed the mute button in the CallKit UI). Apply the change to your media connection.
Extends
Properties
meta
ts
meta: NativeEventMeta;Defined in: Calls.types.ts:33
Inherited from
id
ts
id: string;Defined in: Calls.types.ts:312
Inherited from
isMuted
ts
isMuted: boolean;Defined in: Calls.types.ts:406