• 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

        Required. Only sdkKey is supported for joining meetings for versions 2.7.0 and above.

      • signature: string

        Required. The signature to start or join a meeting. See https://developers.zoom.us/docs/meeting-sdk/auth/ for details.

      • success: Function
      • 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