Skip to content

Function: addCallSessionUpdatedListener()

ts
function addCallSessionUpdatedListener(listener): EventSubscription;

Defined in: Calls.ts:153

Subscribes to call session updated events.

Fired when an existing call session's state changes (e.g., status, mute state).

Parameters

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

Returns

EventSubscription

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

Released under the MIT License.