Zoom Meeting SDK for Web
    Preparing search index...

    Function claimHostWithHostKey

    • Claims host with host key. Use ZoomMtg.inMeetingServiceListener('onClaimStatus', function(e){}) to listen for the claim result. Only successful in meetings with no host.

      Parameters

      • args: { error?: Function; hostKey: string; success?: Function }
        • Optionalerror?: Function

          Callback function in the event of an error.

        • hostKey: string

          host key

        • Optionalsuccess?: Function

          Callback function on success.

      Returns void

      2s