Zoom Meetings
cancel
Showing results for 
Search instead for 
Did you mean: 
Weekly Leaderboard

What are Zoom Meetings?

Zoom Meetings are a simplified video conferencing solution for an optimized virtual meeting experience. Explore the Zoom Community's Recent Activity below to join the Meetings conversation and connect with other members. If you're still looking for support, browse our Zoom Meetings support articles or start a new discussion below!

Recent Activity

Getting 'Signature is invalid' error despite correct SDK setup and auth endpoint configuration

Hi Zoom community,DescriptionI’m trying to integrate the Zoom Meeting SDK using the JavaScript client and the provided auth endpoint sample. However, I keep encountering the "Signature is invalid" error. Here’s what I’ve done so far:Cloned the Zoom M... Show more

Hi Zoom community,


Description

I’m trying to integrate the Zoom Meeting SDK using the JavaScript client and the provided auth endpoint sample. However, I keep encountering the "Signature is invalid" error. Here’s what I’ve done so far:

  1. Cloned the Zoom Meeting SDK Auth Endpoint Sample and set up the server locally.

  2. Configured the .env file with my SDK Key and Secret from the Zoom Marketplace.

  3. Used the client-side code from the Zoom SDK documentation to initialize and join the meeting.

  4. Verified that the meeting number, SDK key, and role are correct.

Scenario

I want to join a Zoom meeting that does not require registration (i.e., participants can join directly without registering). I’ve already started a meeting using my Zoom account, but when I try to join the meeting programmatically using the Zoom Meeting SDK, I’m unable to join and encounter issues.

 

Debug Code

Despite this, the error persists. Here’s my client-side code:

 

function getSignature() {
  fetch(authEndpoint, {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json'
    },
    body: JSON.stringify({
      meetingNumber: meetingNumber,
      role: role
    })
  }).then((response) => {
    return response.json()
  }).then((data) => {
    console.log(data)
    startMeeting(data.signature)
  }).catch((error) => {
  	console.log(error)
  })
}

function startMeeting(signature) {
  document.getElementById('zmmtg-root').style.display = 'block'
  ZoomMtg.init({
    leaveUrl: leaveUrl,
    patchJsMedia: true,
    leaveOnPageUnload: true,
    success: (success) => {
      console.log(success)
      ZoomMtg.join({
        signature: signature,
        sdkKey: sdkKey,
        meetingNumber: meetingNumber,
        passWord: passWord,
        userName: userName,
        userEmail: userEmail,
        tk: registrantToken,
        zak: zakToken,
        success: (success) => {
          console.log(success)
        },
        error: (error) => {
          console.log(error)
        },
      })
    },
    error: (error) => {
      console.log(error)
    }
  })
}

 

The get the code above from the original zoom Javascript Sample Repository

And here’s the response:

 

{
    "method": "join",
    "status": false,
    "result": "Invalid signature.",
    "errorCode": 3712,
    "errorMessage": "Signature is invalid."
}

 


Questions

I’ve double-checked the following:

  • SDK Key and Secret match between the client and server.

  • Meeting number is valid and belongs to the same Zoom account.

  • Server clock is synchronized.

What am I missing? Any help would be greatly appreciated!

Thanks in advance!


Show less

reply-icon Latest Reply - 

Change host email in zoom create api

Hi,

Is it possible to change host email of this api `https://api.zoom.us/v2/users/me/meetings`. Please provide me a suggestion for change host.

Thanks

reply-icon Latest Reply - 

Disable Zoom join emails

We're using Zoom via an integration to a different event platform which manages our registration and sends personal join links. However, Zoom always sends a "join meeting" email 5 minutes prior to the meeting taking place. But our event platform is a... Show more

We're using Zoom via an integration to a different event platform which manages our registration and sends personal join links. However, Zoom always sends a "join meeting" email 5 minutes prior to the meeting taking place. But our event platform is already taking care of the join meeting emails - I can't seem to find anywhere where I can disable these automated "Join meeting" emails.


Show less

reply-icon Latest Reply - 

iPhone users are unable to view video from other users (Zoom Meeting SDK)

We're running a React application with the `@zoom/meetingsdk` to embed a video meeting in our UI. We recently bumped our version up to v3.8.0 to be compliant with the latest enforcement of updates and found that users were unable to view video from o... Show more

We're running a React application with the `@zoom/meetingsdk` to embed a video meeting in our UI. We recently bumped our version up to v3.8.0 to be compliant with the latest enforcement of updates and found that users were unable to view video from other users (unable to view the gallery view as well). We tried bumping to the latest available version (v3.11.2) and this did not fix the issue. For now, we've bumped down to v3.5.1 and that seems to have fixed the issue (notably, it changed the UI that iPhone users see). This is a critical bug blocking our ability to upgrade our dependency to be compliant with the May 3rd enforcement.


Show less

reply-icon Latest Reply - 

Unable to delete a finished zoom meeting in the schedule

I had a meeting on Monday. 

Now it is finished but it is still remain on the meeting tab. 

is there a way to delete the meeting? 

also that meeting is not a Zoom host meeting. I am using MacBook, can't find a button to delete it at all. 

 

 

reply-icon Latest Reply - 

Download zoom app on an old android version (2017)

HelloI would join a meeting with my Android but it's an old Android version. Could you please send me a link in order to download the application on my old Android , and join the meeting? See my android informations :Thanks Version Android : 6 0.1Ver... Show more

Hello

I would join a meeting with my Android but it's an old Android version. Could you please send me a link in order to download the application on my old Android , and join the meeting? See my android informations :

Thanks 

 

Version Android : 6 0.1

Version logiciel sécurité : asks v1 2 releasd 161011 

SMR aug-2017 Release Q

Version Kernel : 3.4 39- 13786508 dpi@SWHE7715#1  Mon Jul 18. KST 2022

Numéro version : MMB29K.T700XXU1CVG1

Version Knox : KNOX 2.6


Show less

how to put your own background in

How do you put in your own zoom background?
It seems to have changed from all the videos on YouTube.
It just shows the zoom backgrounds.  I can't find the button to put my own one in.

reply-icon Latest Reply - 
reply-icon Latest Reply - 

Audio Settings are nor working

Hello, I use music for my work with Zoom, both in screen sharing and live music. But unfortunately I can't get live music transmitted. I've tried different microphones and the settings for musicians don't work. What can I do? David Petersen Show more

Hello,

I use music for my work with Zoom, both in screen sharing and live music. But unfortunately I can't get live music transmitted. I've tried different microphones and the settings for musicians don't work. What can I do?

 

David Petersen


Show less

reply-icon Latest Reply - 

Meeting ID not valid--but only for some attendees

Yesterday and the previous time I hosted a meeting, some of my attendees got back to me saying that they couldn't enter because they were getting a message the meeting ID was invalid. But there were many people there, so it was not a universal issue.... Show more

Yesterday and the previous time I hosted a meeting, some of my attendees got back to me saying that they couldn't enter because they were getting a message the meeting ID was invalid. But there were many people there, so it was not a universal issue. 

I usually use a waiting room but didn't this time as I knew some people would join late, so perhaps that's why I haven't encountered this before.

Is there anything I can suggest people do ahead of the next meeting to solve this issue? I'm hosting the same event today! 

I found a post on this issue from 3 years ago. Hopefully it isn't still just a standing issue with zoom that meeting IDs only work sometimes?? (FYI I double checked the ID they were sent and the ID they were using; it was correct).


Show less