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

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

Failure to Open the newly installed Zoom - PLEASE HELP!

 I have a brand new Mac OS 12.2.1 - I've downloaded and installed zoom. When I try to open the app I get an error message that says "an error occurred while installing the selected updates". There are not any selected updates and the only option is t... Show more
error message.png

I have a brand new Mac OS 12.2.1 - I've downloaded and installed zoom.  When I try to open the app I get an error message that says "an error occurred while installing the selected updates".  There are not any selected updates and the only option is to click "install" - nothing happens.  I've uninstalled and reinstalled 4 times.  I continue to get the same loop see attached.

PLEASE HELP!!!!! The WHOLE POINT of a new computer was to be able to use Zoom with my students!!!


 

 

 


Show less

reply-icon Latest Reply - 

40 mins for free, is this not available any more?

I attended two meetings yesterday, each with only two people terminated after 40mins.  Has Zoom changed the criteria?  Is 40 mins the maximum now for any number of people with the free account?

 

reply-icon Latest Reply - 

Scheduled meetings disappeared from calendar

Yesterday (13th December), about half of the meetings I had scheduled for this week disappeared from my GMail calendar.  Did this happen to anyone else? 

reply-icon Latest Reply - 

1:1 Meetings on Basic Plan Timing Out at 40 minutes

I continue to have my 1:1 meetings timed out at 40 minutes when a Basic Plan should be unlimited time.  You can clearly see that I only invite one participant to join my meetings.  

reply-icon Latest Reply - 

Can't receive PDF in chat on iPhone or iPad

On a Zoom meeting yesterday, as the host I sent a PDF to participants via the chat function. Participants using a computer received the PDF but those using and iPhone or iPad for the call did not have the PDF come through in their chat. Why is this? ... Show more

On a Zoom meeting yesterday, as the host I sent a PDF to participants via the chat function.  Participants using a computer received the PDF but those using and iPhone or iPad for the call did not have the PDF come through in their chat.  Why is this?  Do they need to change a setting or is it just not possible?  Thank you.


Show less

reply-icon Latest Reply - 

Resolved! Lost control

On a regularly scheduled meeting a box always asked for permission for host to control my mute as I entered meeting. I accidentally clicked the acceptance once.

 Now I don't get asked.  How can I take back control please? 

reply-icon Latest Reply - 

issue with local recordings of meetings on my computer blocked recently

Hello everyone. I do not know why but since 2 days when i want to record a meeting on my computer, it is not possible anymore. On the cloud it is possible, but not on my computer anymore. So i went on settings and i saw that this option of recording ... Show more

Hello everyone.  I do not know why but since 2 days when i want to record a meeting on my computer, it is not possible anymore. On the cloud it is possible, but not on my computer anymore. So i went on settings and i saw that this option of recording is grayed, meaning blocked. So i went on my zoom account trying to unblock this, but nothing there seems blocked. So i do not understand and have no idea what to do.   I do not know if it is related or not at all. But i leave in Europe and i went on vacation in Mexico and add a zoom reunion with my phone there. And then now i am back in Europe and use my computer again for my zoom meetings. Before my vacations, i did not have this issue with the local recordings blocked  on my PC. Thank you for your help,


Show less

Getting SDKERR_UNINITIALIZE error when initializing zoom SDK second time on same machine

Hello there, We are trying to build a calling bot that as per our requirement should join the zoom call with multiple different users (SDK Keys and secrets) from the same machine. However, as soon as we try to launch our application a second time wit... Show more

Hello there,

 

We are trying to build a calling bot that as per our requirement should join the zoom call with multiple different users (SDK Keys and secrets) from the same machine.

 

However, as soon as we try to launch our application a second time with a different user, it gives us SDKError code SDKERR_UNINITIALIZE 

 

Here is our code block to get an idea of what we are doing: 

 

 

 ZOOM_SDK_DOTNET_WRAP.CZoomSDKeDotNetWrap.Instance.GetAuthServiceWrap().Add_CB_onAuthenticationReturn(onAuthenticationReturn);
            ZOOM_SDK_DOTNET_WRAP.CZoomSDKeDotNetWrap.Instance.GetAuthServiceWrap().Add_CB_onLoginRet(onLoginRet);
            ZOOM_SDK_DOTNET_WRAP.CZoomSDKeDotNetWrap.Instance.GetAuthServiceWrap().Add_CB_onLogout(onLogout);

            ZOOM_SDK_DOTNET_WRAP.AuthContext param = new ZOOM_SDK_DOTNET_WRAP.AuthContext();
            ZOOM_SDK_DOTNET_WRAP.AuthParam authparam = new ZOOM_SDK_DOTNET_WRAP.AuthParam();
            param.jwt_token = ZoomToken();
            authparam.appKey = ApiKey;
            authparam.appSecret = ApiSecret;

            SDKError err = ZOOM_SDK_DOTNET_WRAP.CZoomSDKeDotNetWrap.Instance.GetAuthServiceWrap().SDKAuth(authparam);
            Logger.Info("App Key " + authparam.appKey);
            Logger.Info(err.ToString());
            if(err != SDKError.SDKERR_SUCCESS)
            {
                Application.Current.Shutdown(0);
            }

 

 

We also enabled logs and attached the log file for internal checking. Here is the link to download logs: https://drive.google.com/file/d/1cMBnR07C_7N4FA7LK1GKFiFTKS52VKP2/view?usp=sharing

 

Is there any restriction on a number of SDK bots joining from the same machine but different users?


Show less