• Host and cohost can broadcast content in the main session and all rooms.

    Parameters

    • args: {
          content: string;
          error?: Function;
          success?: Function;
      }
      • content: string

        Content of broadcast.

      • Optional error?: Function

        Callback function in the event of an error.

      • Optional success?: Function

        Callback function on success.

    Returns void