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

The Zoom Community is nominated for the 2025 CMX Community Industry Awards in the Customer Support Community category!

Vote now

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

Resolved! WMM

Is WMM enabled in the Zoom app or is this only handled at the WiFi router?

reply-icon Latest Reply - 

PWA needed?

Hello, New to Zoom and community. Received an email saying Zoom will be implementing new Software Lifecycle Policy on November 5, 2022. How do I know if I need to migrate to the Zoom Progressive Web Application (PWA)? And if so, how do I do that? dow... Show more

Hello,

 

New to Zoom and community.  Received an email saying Zoom will be implementing new Software Lifecycle Policy on November 5, 2022.  How do I know if I need to migrate to the Zoom Progressive Web Application (PWA)? And if so, how do I do that?  download something?

 

Thanks.


Show less

reply-icon Latest Reply - 

regarding SSO in Basic License

Hi Team, I changed the user's License status from Licensed (type : 2 ) to Basic (type : 1). For that user already SSO has been enabled in org. Even after the license type changed user is able to sign in with SSO. But I heard like basic plan doesn't a... Show more

Hi Team,

 

I changed the user's License status from Licensed (type : 2 ) to Basic (type : 1). For that user already SSO has been enabled in org. Even after the license type changed user is able to sign in with SSO. But I heard like basic plan doesn't allow SSO type authentication. Can u please advice on this. 


Show less

reply-icon Latest Reply - 

How to unassign a Zoom event license

My organization currently has 7 licenses. We want to reduce that to 6. In Billing/Current Plans/Edit Current Plans I changed our quantity from 7 to 6. A pop-up window said "At least 1 license needs to be unassigned by . I checked the support article ... Show more

My organization currently has 7 licenses.  We want to reduce that to 6.  In Billing/Current Plans/Edit Current Plans I changed our quantity from 7 to 6.  A pop-up window said "At least 1 license needs to be unassigned by <our renewal date>.

 

I checked the support article "Assigning Zoom Licenses" (https://support.zoom.us/hc/en-us/articles/4402706779405-Assigning-Zoom-Events-licenses).

 

It talks about "revoking" a Zoom license.  QUESTION: is "revoking" the same as "unassigning"???

 

Under "How to revoke" the article says:

 

  • To the right of the user you want to unassign a license from, click Edit.
    A new window will open.
    Note: Use the Search field to search for and add a user that is not listed.
  • Unselect the Zoom Events checkbox.
  • Click Save.

There is no such check box!!!  Here's a screen shot:

 

WWLLZoomAdmin_0-1660946688952.png

QUESTION: What do I need to do to unassign the license???

 

In poking around, I clicked on the ellipses next to "Edit" next to the user name.  One of the options was "deactivate".  So I tried it.  I seem to have an available license now, so I'm hoping that "deactivate" was the right thing to do.

 

Thanks in advance for any help.  And apologies in advance if this question has been answered--I searched the community but could not find anything.

 


Show less

reply-icon Latest Reply - 

Cannot import m4v video as background on OSX

I have an m4v video that I would like to use as a background. Quicktime plays it just fine but it's grayed out in the Zoom file selector for backgrounds. What's going on there?

reply-icon Latest Reply - 

Enabling and Disabling chat during a webinar

I know how to go into setting and enable and disable the the chat. My question, is it real-time while a meeting or webinar is going on? Meaning if I am in a webinar and chat is on can I turn it off and no one will be allowed to chat any more during t... Show more

I know how to go into setting and enable and disable the the chat.  My question, is it real-time while a meeting or  webinar is going on?   Meaning if I am in a webinar and chat is on can I turn it off and no one will be allowed to chat any more during that time frame.  Then can it be turned back on in the same meeting at a later time.  


Show less

reply-icon Latest Reply - 

I'm unable to connect zoom meeting on my application

Hello, I integrated zoom with my learning Android application but from some days, live zoom meeting isn't connecting. Please help me for that.

Mobile application link - https://play.google.com/store/apps/details?id=com.nextineducation.saibaba

reply-icon Latest Reply - 

Logged Out of Zoom account

Hello there! I also have access to my colleague's zoom account. I would like to know if I will automatically get logged out of his zoom account if he moves to another location. Like if he travels somewhere. In my case, I was logged out of his account... Show more

Hello there! I also have access to my colleague's zoom account. I would like to know if I will automatically get logged out of his zoom account if he moves to another location. 

 

Like if he travels somewhere. In my case, I was logged out of his account when he had an out-of-town trip.


Show less

reply-icon Latest Reply - 

Use account credentials to get an access token

Hi, I need to get the access token in order to make further requests to Zoom APIs with S2S app. I started with the request to the following endpoint const resp = await axios.post( "https://zoom.us/oauth/token?grant_type=account_credentials&account_id... Show more

Hi, 

I need to get the access token in order to make further requests to Zoom APIs with S2S app. I started with the request to the following endpoint

 

const resp = await axios.post(
       "https://zoom.us/oauth/token?grant_type=account_credentials&account_id=<myAccountId>";,
      {},
      {
        headers: {
          Authorization:
            "Basic <myclientId>:<myclientSecret>",  //both encoded
        },
      }
    );

 

however, despite I do NOT get an error back, this is the response

 

console.log(resp.data);

#{
  status: false,
  errorCode: -1,
  errorMessage: 'Illegal base64 character 3a',
  result: null
}

 

I encoded the <myClientid>:<myClientsecret> on a online tool and pasted the response

Could someone give me some hints about why I get this response back


Show less

reply-icon Latest Reply - 

Assign a License to a contact from a Zoom Business account

Hello there, We are about to buy a 10 license Business Zoom yearly package for an admin account of our company adm**@adm**.com. Our goal is to distribute these license to different teams account, which are with usernames like 123**@eu**.com, rather t... Show more

Hello there,

 

We are about to buy a 10 license Business Zoom yearly package for an admin account of our company adm**@adm**.com. Our goal is to distribute these license to different teams account, which are with usernames like 123**@eu**.com, rather than the admin account's domain(@adm**.com). Is this not a problem for the distribution? If so, it means we could also distribute a license temporarily for an external contact like 123**@gmail.com/hotmail.com, in case of external meeting hosting purpose?

 

Thank you in advance for you guys kind help!

 

Best regards,

Jsprite 


Show less

reply-icon Latest Reply -