• Leave the room

    • If the participant is not allowed to leave a room, the participant cannot return to the main session.

    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