• Leaves the meeting. If the host leaves, the meeting will end.

    Parameters

    • args: {
          cancelCallback?: Function;
          confirm?: boolean;
          error?: Function;
          success?: Function;
      }
      • Optional cancelCallback?: Function

        =2.9.0 callback when click cancel.

      • Optional confirm?: boolean

        =2.9.0 default is false, if confirm = true, will show leave option, not leave direct.

      • Optional error?: Function

        Callback function in the event of an error.

      • Optional success?: Function

        Callback function on success.

    Returns void