• Set customized waiting room title and description.

    Parameters

    • args: {
          desc?: string;
          error?: Function;
          success?: Function;
          title: string;
      }
      • Optional desc?: string

        Customize waiting room description.

      • Optional error?: Function

        Callback function in the event of an error.

      • Optional success?: Function

        Callback function on success.

      • title: string

        Customize waiting room title.

    Returns void

    Rate Limit

    10s