Skip to content

Interface: CallReportedEnded

Defined in: Calls.types.ts:395

Fired when the app calls reportCallEnded to inform the OS the call has ended externally (e.g. remote hang-up).

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


reason

ts
reason: CallEndedReason;

Defined in: Calls.types.ts:396

Released under the MIT License.