Skip to content

Interface: OutgoingCallStartedEvent

Defined in: Calls.types.ts:320

Fired after startOutgoingCall, once the OS has accepted the call request.

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.