Zoom Meeting SDK for Web
    Preparing search index...

    Function broadcast

    • 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.

        • Optionalerror?: Function

          Callback function in the event of an error.

        • Optionalsuccess?: Function

          Callback function on success.

      Returns void