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!
Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionUser groups are unique spaces where community members can collaborate, network, and exchange knowledge on similar interests and expertise.
Help & Resources is your place to discover helpful Zoom support resources, browse Zoom Community how-to documentation, and stay updated on community announcements.
The Events page is your destination for upcoming webinars, platform training sessions, targeted user events, and more. Stay updated on opportunities to enhance your skills and connect with fellow Zoom users.
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!
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!
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
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
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
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
Hi Zoom community, 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: Cloned the Zoom Meeting SDK Auth Endpoint Sample and set up the server locally. Configured the .env file with my SDK Key and Secret from the Zoom Marketplace. Used the client-side code from the Zoom SDK documentation to initialize and join the meeting. 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: The get the code above from the original zoom Javascript Sample Repository 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!
Descriptionfunction 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)
}
})
}
And here’s the response:{
"method": "join",
"status": false,
"result": "Invalid signature.",
"errorCode": 3712,
"errorMessage": "Signature is invalid."
}
Questions
Show less
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
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
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
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.

