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
| Parameter | Type | Description |
|---|---|---|
listener | (event) => void | Callback invoked when a session is updated. |
Returns
EventSubscription
A subscription that can be removed by calling .remove().