@twilio/voice-sdk
    Preparing search index...

    Function warningClearedEvent

    • 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.

      Parameters

      • name: string

        The name of the warning

      Returns void

      call.on('warning-cleared', (name) => { });