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 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

Time zone issues - duplicate meetings scheduled

When using Google Calendar to schedule Zoom meetings, if I choose a different time zone, it sends a duplicate meeting to my Zoom account (at the scheduled time) but in my current time zone - i.e., creates 2 meetings - 1 at the chosen (different) time... Show more

When using Google Calendar to schedule Zoom meetings, if I choose a different time zone, it sends a duplicate meeting to my Zoom account (at the scheduled time) but in my current time zone - i.e., creates 2 meetings - 1 at the chosen (different) time zone and the 2nd of the same meeting at chosen time but in my current time zone., For example, scheduled a meeting for 9am Atlantic time and it created the meeting in my Google calendar at 8am Eastern Time (which is correct) but also duplicated it in the Zoom calendar for 9am Eastern Time (and sent both invites to the registered guests).


Show less

Customize email sender name

Hi,we noticed a change in Zoom's handling of emails: it no longer seems possible to customize the sender name.Lately it is "Zoom" while for us it is important to be able to decide the name of the service we provide through Zoom.How can we change it? ... Show more

Hi,

we noticed a change in Zoom's handling of emails: it no longer seems possible to customize the sender name.

Lately it is "Zoom" while for us it is important to be able to decide the name of the service we provide through Zoom.

How can we change it?

 

PPHC_0-1636541372488.png

 

Thanks


Show less

reply-icon Latest Reply - 

Ask just the name before entering waiting room

Do meeting web SDK has any inbuilt UI asking for just the name of guest during the waiting room flow?

How to list all the meetings associated to a group

Is there any way to filter meetings on the basis of any custom label? If I create a group, can I list all the meetings associated to that group?

Zoom Time Limit Changes

Like a lot of educators, I use Zoom for one-on-one lessons with students that last an hour long. If I purchase a PRO license, do my students need to have a license? Can I call all 30 students at 30 different times? What does "Purchase up to 9 license... Show more

Like a lot of educators, I use Zoom for one-on-one lessons with students that last an hour long. If I purchase a  PRO license, do my students need to have a license? Can I call all 30 students at 30 different times? What does  "Purchase up to 9 licenses per account" actually mean?

 

Also, it is really inconvenient to have to stop a lesson at 40 minutes and log back in.


Show less

reply-icon Latest Reply - 

Resolved! How to enable the client log

sometimes cannot log in to Zoom and would like to know how to enable the client log for troubleshooting.

reply-icon Latest Reply - 

que plan debo comprar?

quiero administrar una página web de consultas psicológicas, cada psicólogo o empleado debe poder atender a sus pacientes desde su propio usuario de zoom. Que plan debo comprar?  Estoy algo perdido

reply-icon Latest Reply -