• Join a test meeting. JWT SDK signature only supports role=0.

    Parameters

    • args: {
          customerKey?: string;
          error: Function;
          meetingNumber: string | number;
          passWord?: string;
          sdkKey?: string;
          signature: string;
          success: Function;
          userEmail?: string;
          userName: string;
      }
      • Optional customerKey?: string

        Optional. An identifier for the user that you can get back from the Meeting API. Max length 36 char.

      • error: Function

        Callback function in the event of an error.

      • meetingNumber: string | number

        Required, the Zoom meeting or webinar number.

      • Optional passWord?: string

        Required. The meeting’s password. Leave as an empty string if the meeting or webinar only requires the waiting room.

      • Optional sdkKey?: string

        We remove sdkKey from join params since v4.0.0. You can just use signature.

        Deprecated

      • signature: string

        Required. The signature to start or join a meeting. See https://developers.zoom.us/docs/meeting-sdk/auth/ for details. As of v5.0.0, the signature requires the appKey field appKey:sdkKey or appKey:clientId. if not contain appKey, can't join test meeting.

      • success: Function

        Callback function on success.

      • Optional userEmail?: string

        Required for webinar. Required for meeting if registration is required; optional if not. The email of the user starting or joining the meeting or webinar.

      • userName: string

        Required. The name of the user starting or joining the meeting or webinar.

    Returns void

    Rate Limit

    10s