• Joins a meeting.

    Parameters

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

        Optional. childToken.

      • 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 recordingToken?: string

        Optional. Token to allow local recording. See Get a meeting's join token for local recording for details.

      • Optional sdkKey?: string

        Required. Only sdkKey is supported for joining meetings on version 2.7.0 and higher.

      • signature: string

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

      • success: Function

        Callback function on success.

      • Optional tk?: string

        Required if registration is required; optional if not. The registrant’s token.

      • 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.

      • Optional zak?: string

        Required for hosts starting a meeting or webinar; optional otherwise. The host’s Zoom Access Key (ZAK) token.

    Returns void

    Rate Limit

    10s