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

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

Can I have 400 breakout rooms?

My understanding is that the maximum number of breakout rooms is 100. I am running a workshop for 1000 people and would like them to be able to get into pairs in breakout rooms. Is that a feature that I could request or pay for as a one-off?

 

video box not showing when screen is off

I host meetings each week. In the last week, I have noticed that if someone has their screen off, there is no longer a black tile with their name showing. I can only tell if someone has joined my meeting when I look at the bottom toggle bar. Is there... Show more

I host meetings each week. In the last week, I have noticed that if someone has their screen off, there is no longer a black tile with their name showing. I can only tell if someone has joined my meeting when I look at the bottom toggle bar.

 

Is there a way to ensure that the boxes for participants are visible to myself as the presenter EVEN if they have their screen off?
Thank you


Show less

reply-icon Latest Reply - 

Audio announcing that screen share has been started by host

When Zooming my last student. Each time I shared screen (A verbal message came on, something like "The host R Louchart has shared his screen"...this has never happened before, neither my client or I could figure out what had made that happen.PLEASE H... Show more

When Zooming my last student.  Each time I shared screen (A verbal message came on, something like "The host R Louchart has shared his screen"...this has never happened before, neither my client or I could figure out what had made that happen.

PLEASE HELP ...lol


Show less

reply-icon Latest Reply - 

Video recording missing

Hi, I am not finding a recording of an extremely important meeting. I was on the pro plan then, then I switched to basic. 

Even though I returned to the Zoom Pro paid version, I can not find it. 

Please help!

Local Recording

I can't seem to find my local recording. It does not appear on my local recordings. I did not had my desktop app logged in when the meeting happened. I know It was recorded because I saw a sing after the meeting that said "converting file" and now I ... Show more

I can't seem to find my local recording. It does not appear on my local recordings. I did not had my desktop app logged in when the meeting happened. I know It was recorded because I saw a sing after the meeting that said "converting file" and now I have no idea where it is. 

 


Show less

L'audio ne fonctionne pas

Bonjour, depuis 2 réunions dont celle d'aujourd'hui, je n'ai aucun son sortant de la vidéo. Je n'entends donc pas les interventions des conférenciers. Pourtant j'ai réglé tous les signaux ok, mon ordinateur produit le son sur d'autres vidéos, c'est d... Show more

Bonjour, depuis 2 réunions dont celle d'aujourd'hui, je n'ai aucun son sortant de la vidéo. Je n'entends donc pas les interventions des conférenciers. Pourtant j'ai réglé tous les signaux ok, mon ordinateur produit le son sur d'autres vidéos, c'est donc spécifique à Zoom, 
Quel est le problème ?


Show less

49 participant view in linux desktop client

Is it possible to view 49 participants on screen using the linux desktop client?  seems windows and apple clients have this but can not set same using the linux client. am I missing the setting? or some other issue, pls advise, tks

reply-icon Latest Reply - 

My audio fluctuates only when I speak

I have been using Zoom with no problem for a few years. Now, during the past two months, other call participants are telling me that the level of my voice sometimes decreases so low that they cannot hear me and overall can barely understand what I'm ... Show more

I have been using Zoom with no problem for a few years. Now, during the past two months, other call participants are telling me that the level of my voice sometimes decreases so low that they cannot hear me and overall can barely understand what I'm talking. They keep telling me to get closer to the laptop, but this doesn't really change anything. I have tried to work with the audio settings and reinstalled the app, but to no resolve. I don't have this issue with any other app (WhatsApp video, Google Meet, Skype). Do you have any clue what might be happening and how I can solve the issue? This is extremely frustrating and distressful and using another app is not always an option.


Show less

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 -