• 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;
      }
      • Optional error?: Function

        Callback function in the event of an error.

      • hostKey: string

        host key

      • Optional success?: Function

        Callback function on success.

    Returns void

    Rate Limit

    2s