Skip to content

Interface: CallSessionAddedEvent

Defined in: Calls.types.ts:132

Fired when a new CallSession is created (outgoing request or incoming report).

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:133

Released under the MIT License.