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
id
ts
id: string;Defined in: Calls.types.ts:312
Inherited from
reason
ts
reason: CallEndedReason;Defined in: Calls.types.ts:396