This event is triggered during specific changes to members' statuses.
Properties
Property | Type | Description |
---|
call | Call | Updated Call object |
Examples
client.on('call:memberUpdate', function memberUpdate(call) {
console.log('The status of a call member has been updated');
});