Event: "call:memberUpdate"

This event is triggered during specific changes to members' statuses.

Properties

PropertyTypeDescription
callCallUpdated Call object

Examples

client.on('call:memberUpdate', function memberUpdate(call) {
console.log('The status of a call member has been updated');
});