• Open the created rooms (host or co-host only).

    Parameters

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

        Callback function in the event of an error.

      • Optional options?: RoomOption

        Room options. Default options = { isAutoJoinRoom: false, isBackToMainSessionEnabled: true, isTimerEnabled: false, timerDuration: 1800, notNotifyMe: false, needCountDown: true, waitSeconds: 60,

      • Optional success?: Function

        Callback function on success.

    Returns void