• Ask the host to join the breakout room to help. The host can decline or postpone the request for help.

    • Only a non-host or non-co-host can call this method.

    Parameters

    • args: {
          error?: Function;
          success?: Function;
      }
      • Optional error?: Function

        Callback function in the event of an error.

      • Optional success?: Function

        Callback function on success.

    Returns void