Skip to content

Function: addCallSessionRemovedListener()

ts
function addCallSessionRemovedListener(listener): EventSubscription;

Defined in: Calls.ts:174

Subscribes to call session removed events.

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

Parameters

ParameterTypeDescription
listener(event) => voidCallback invoked when a session is removed.

Returns

EventSubscription

A subscription that can be removed by calling .remove().

Released under the MIT License.