Event: "call:closed"

This event is fired when the SDK has ended the user's connection to the call. Once received, clients should clear all call related state.

Examples

client.on('call:closed', function callClosed() {
console.log('Call connection has been closed');
});