Skip to content

Interface: CallSessionRemovedEvent

Defined in: Calls.types.ts:150

Fired when a CallSession is removed after the call has ended and been cleaned up.

Extends

Properties

meta

ts
meta: NativeEventMeta;

Defined in: Calls.types.ts:33

Inherited from

NativeEvent.meta


id

ts
id: string;

Defined in: Calls.types.ts:151

Released under the MIT License.