Skip to content

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

CallActionEvent.meta


id

ts
id: string;

Defined in: Calls.types.ts:312

Inherited from

CallActionEvent.id


isMuted

ts
isMuted: boolean;

Defined in: Calls.types.ts:406

Released under the MIT License.