Emitted when a call quality metric has returned to normal. You can listen for this event to update the user when a call quality issue has been resolved.
The name of the warning
call.on('warning-cleared', (name) => { }); Copy
call.on('warning-cleared', (name) => { });
Emitted when a call quality metric has returned to normal. You can listen for this event to update the user when a call quality issue has been resolved.