Zoom Meeting SDK for Web
    Preparing search index...

    Function setActiveSpeaker

    • Set active speaker. Only the parent node can set active speakers. The parent node needs to have joined audio and unmute, the child node needs leave audio.

      Parameters

      • args: { error?: Function; success?: Function; userId: number }
        • Optionalerror?: Function

          Callback function in the event of an error.

        • Optionalsuccess?: Function

          Callback function on success.

        • userId: number

          userId A valid user ID in the current meeting.

      Returns any

      1s