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 do a Zoom Meeting with registration and calendar notification before the meeting?

Hey I want to use Zoom Events, however can not afford the license. Can you help me if can also schedule a regular zoom meeting (large meeting) and then use the notification beforehand? Thank you Priska 

Screen sharing a samsung mobile via cable on Zoom

Hi there, looking for help. I need to screen share my mobile during Zoom meetings, via cable, but I have a Samsung phone (not an iOS device). Do you know if this is possible to do on Zoom, or does it need to be an iOS device only?

reply-icon Latest Reply - 

Fail to join the meeting. error code 200. and This account does not exist or does not belong to you

I generated a meeting using server-to-server oauth app and when I join the meeting with SDK it gives me an error generateSignature( sdkSecret, sessionName, role, sessionKey, userIdentity ) { const iat = Math.round((new Date().getTime() - 30000) / 100... Show more

I generated a meeting using server-to-server oauth app and when I join the meeting with SDK it gives me an error

  generateSignature(
    sdkSecret,
    sessionName,
    role,
    sessionKey,
    userIdentity
  ) {
    const iat = Math.round((new Date().getTime() - 30000) / 1000);
    const exp = iat + 60 * 60 * 2;
    const oHeader = { alg: "HS256", typ: "JWS" };

    const oPayload = {
      app_key: "xZYFwOaR7C1vP76lewExQ",
      tpc: sessionName,
      role_type: role,
      meeting_number: this.meetingNumber,
      session_key: sessionKey,
      user_identity: userIdentity,
      iat: iat,
      exp: exp,
    };

    const sHeader = JSON.stringify(oHeader);
    const sPayload = JSON.stringify(oPayload);
    const signature = KJUR.jws.JWS.sign("HS256", sHeader, sPayload, sdkSecret);
    console.log("signature: ", signature );
   
    return signature;
  }

  async startVideoMeeting() {
    // Using "await" syntactical sugar:
    try {
      const data = await this.videoClient.join(
        "Cool Cars",
               this.generateSignature(
          "05IA7zFz26Rc0S01eGyoWAENKEVreXoN",
          "Cool Cars",
          1,
          "testmeet123",
          "Nabeel Tariq"
        ),
        "Nabeel Tariq",
        "testmeet123"
      );
      this.stream = this.videoClient.getMediaStream();
      // console.log(data);
    } catch (error) {
      console.log("Error: ", error);
      if (error.type == "JOIN_MEETING_FAILED") {
        console.log("join meeting failed. Reason: ", error.reason);
        console.log("error code: ", error.errorCode);
       
      }
    }
  }

Show less

zoom interpretation with Pro account

Hello All,Can someone please confirm that a Pro account can use the interpretation function. I believe this is the case, but a French support page dated 2023-10-28 01:10:33 states otherwise:https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_arti... Show more

Hello All,

Can someone please confirm that a Pro account can use the interpretation function. I believe this is the case, but a French support page dated 2023-10-28 01:10:33 states otherwise:

https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0064777

Thank you,


Show less

Resolved! Zoom installation error 10002

I am getting error 10002 every time I tried to update Zoom. 

I have to download the new version and install it.

MacOS 12.5.1 

reply-icon Latest Reply - 

Zoom Webhooks not complete for certain meetings

Hello, we noticed that meeting join & left data is missing for some of the meetings. 1. The meetings are shown as greyed out in the zoom dashboard. unlike normal meetings which are shown as a link and opening the link opens the meeting details 2. We ... Show more

Hello, 

we noticed that meeting join & left data is missing for some of the meetings.

 

1. The meetings are shown as greyed out in the zoom dashboard. unlike normal meetings which are shown as a link and opening the link opens the meeting details

 

2. We also have zoom events webhook configured. Its working fine for other meetings but for some of them its just sending `meeting.started` & `meeting.ended` events and not `meeting.participant_joined` and `meeting.participant_left` events. For some other meetings we are only getting `meeting.participant_joined` for half of the users and not `meeting.participant_left` event for the same user

 

3. Get past participants API also is of no use. It simply returns no participants or incomplete participants. I tried with multiple API endpoints `v2/past_meetings/{meeting_id}/participants` & `v2/metrics/meetings/{meeting_id}/participants?type=past` both are giving incorrect data.

 

anybody else is facing the same issue with zoom meetings ?

also, since Zoom can not be relied on getting participants attendance data, is there any other way thorough which we can figure out the accurate attendance data programatically ?


Show less

reply-icon Latest Reply - 

Azure AD app migrate JWT to Oauth

Afternoon, I am trying to migrate from the deprecated AZURE AD JWT app for user provisioing across to the OAUTH app.I am following this guide https://support.zoom.us/hc/en-us/articles/15053773250573, but at step 8 I find the "Authorize" button is gre... Show more

Afternoon,

 

I am trying to migrate from the deprecated AZURE AD JWT app for user provisioing across to the OAUTH app.

I am following this guide https://support.zoom.us/hc/en-us/articles/15053773250573, but at step 8 I find the "Authorize" button is greyed out.

 

I have renewed the JWT token as suggested but no change.

The authorize option is not greyed out if I create a new app, but not changing the existing - What am I missing?

 

Any assitance or suggestions appreciated.

 

Regards,


Show less

reply-icon Latest Reply - 

Random Phone Joining My Personal Zoom Room Late at Night

I just received an email at 11:35 pm that "OPPO A15s has joined your Personal Meeting Room"

What is this? Should I be worried?

reply-icon Latest Reply - 

Defining keyboard shortcuts using a Mac laptop

Error codes: NoneDevice type: MacBook Pro running Sonoma 14.0Zoom version: 5.16.6Details: Am I losing my mind, or is it not possible to define/replace ZOOM keyboard shortcuts using the Mac laptop keyboard? I can set them up on my computer using an ex... Show more

Error codes: None

Device type: MacBook Pro running Sonoma 14.0

Zoom version: 5.16.6

Details: 

 

Am I losing my mind, or is it not possible to define/replace ZOOM keyboard shortcuts using the Mac laptop keyboard? I can set them up on my computer using an extended keyboard with keypad. But if I attempt to replace an existing shortcut (like to mute/unmute the audio or display/hide the my video) it won't allow me to edit the shortcut.

 

If I access the app using Screen Sharing, I can change only the shortcuts using ONLY the other keys - like Home or End. 

 

Is this defined anywhere? Do you need to use an extended keyboard in order to change/modify keyboard shortcuts? I didn't seen this mentioned anywhere. Or is there a Mac setting that would prohibit me from editing them?

 

Thanks,

GMAN55


Show less

Pre-assign multiple hosts to start a meeting

As expected, normally I am the host for for the meetings using my PRO account. However, I have a standing meeting that at times I cannot attend. I would like a designated individual(s) to start, record, and close the meeting.How can I do this?Thx for... Show more

As expected, normally I am the host for for the meetings using my PRO account. However, I have a standing meeting that at times I cannot attend. I would like a designated individual(s) to start, record, and close the meeting.

How can I do this?

Thx for your help.

 


Show less