Skip to content

Interface: CallEndedEvent

Defined in: Calls.types.ts:374

Fired when the user ends a call from the system UI, or the OS ends the call for any reason.

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

Released under the MIT License.