Skip to content

Interface: SetHeldActionEvent

Defined in: Calls.types.ts:423

Fired when the system requests a hold-state change. 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


isOnHold

ts
isOnHold: boolean;

Defined in: Calls.types.ts:424

Released under the MIT License.