Skip to content

Interface: CallSessionUpdatedEvent

Defined in: Calls.types.ts:141

Fired when an existing CallSession's state changes (status, mute, hold, etc.).

Extends

Properties

meta

ts
meta: NativeEventMeta;

Defined in: Calls.types.ts:33

Inherited from

NativeEvent.meta


session

ts
session: CallSession;

Defined in: Calls.types.ts:142

Released under the MIT License.