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

I don't see my camera video in meeting with zoom sdk / reactjs

When I join the meeting, I can only see the host's camera, I want to see my camera, it's possible? there is a screenshot's meetingthere is the way that I use .init ZoomMtg.init({ leaveUrl: livestreamGuid, isSupportAV: true, isSupportChat: false, debu... Show more

When I join the meeting, I can only see the host's camera, I want to see my camera, it's possible?

 

there is a screenshot's meeting

matheusantonio_0-1635442799987.png

there is the way that I use .init

 

ZoomMtg.init({
      leaveUrl: livestreamGuid,
      isSupportAV: true,
      isSupportChat: false,
      debug: true,

      success: (success) => {
        console.log("zoom initiated", success);

        ZoomMtg.join({
          signature: signature,
          meetingNumber: meeting_id,
          userName: me.name,
          apiKey: apiKey,
          passWord: zoom_password,

          success: (success) => {
            console.log("joined", success);

            setIsZoomJoinedSuccess(true);

            let zoomUserId;

            ZoomMtg.getCurrentUser({
              success: ({ result: { currentUser } }) =>
                (zoomUserId = currentUser.userId),
              error: (e) => console.log("error to get user from zoom", e),
            });

            ZoomMtg.mute({
              userId: zoomUserId,
              mute: true,
              success: (e) => console.log("succes to mute user", e),
              error: (e) => console.log("error to mute user ", e),
            });
          },
          error: (error) => {
            console.log(error);
          },
        });
      },
      error: (error) => {
        console.log(error);
      },
    });

 

there is the way that I load zoom libs

 

    ZoomMtg.setZoomJSLib("https://source.zoom.us/1.9.9/lib", "/av");

    ZoomMtg.preLoadWasm();
    ZoomMtg.prepareJssdk();

    ZoomMtg.i18n.load("pt-PT");
    ZoomMtg.i18n.reload("pt-PT");

 

 


Show less

reply-icon Latest Reply - 

Excellent Gestion of a Religious Organization

I would like to know if there are virtual organizations that help to run religious organizations. 

reply-icon Latest Reply - 

Resolved! Add New Language

I wanna start and build the zoom meetings to another language that helps a lot of people in my country. I would like to translate to Greek language because we making meetings two times per week and will help us with old people in ur meetings. Can you... Show more

I wanna start and build the zoom meetings to another language that helps a lot of people in my country. I would like to translate to Greek language because we making meetings two times per week and will help us with old people in ur meetings. Can you help me out to find a way how to start and from where to start doing it? or even better if you approve it firstly. Thanks for your time!


Show less

reply-icon Latest Reply - 

Running Zoom on CCWGTV ( Google Chromecast with Google TV)

Has anyone had success running Zoom on the CCWGTV (Google Chromecast with Google TV) I have my CCWGTV connected to a powered USB-C Hub and have connected a number of webcams. I am able to get the Google Duo working with Audio and Video calls. I am ha... Show more

Has anyone had success running Zoom on the CCWGTV (Google Chromecast with Google TV)

 

I have my CCWGTV connected to a powered USB-C Hub and have connected a number of webcams. 

 

I am able to get the Google Duo working with Audio and Video calls. 

 

I am having inssues with getting Zoom to run with Audio and Video. 

 

It appears that with Zoom I can get the Video working 2 ways but for the Audio it only works one way.... 

I can hear the audio of anyone else that joins .. but they cannot hear my audio.. 

 

Strange Duo workes fine but Zoom does not .. 

 

I also tried TrueConf and it seems to work fine. with audio and video working 2 ways.

 

Whats up with Zoom.. ????

 


Show less

reply-icon Latest Reply - 

find my recording

I was invited to a meeting. I was made the host. I recorded the meeting and clearly heard that the meeting was recorded and heard when when is topped recording the meeting. I never saw that the recording was being converted or saved. Nor did it ask m... Show more

I was invited to a meeting. I was made the host. I recorded the meeting and clearly heard that the meeting was recorded and heard when when is topped recording the meeting. I never saw that the recording was being converted or saved.  Nor did it ask me to do anything. Where is it?


Show less

reply-icon Latest Reply - 

There is a problem logging in to zoom.us.

Our ip address to the zoom.us system is blocked , the reason for this is what and how to do it  195.158.31.14?????? why or how to extract.

 

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

Resolved! Using a Canon T5i camera on zoom

When using a T5i as a camera to record by Sharing a screen it would seem that there is no need to record on the camera can anyone confirm that this is true?

 

Thanks

reply-icon Latest Reply - 

Names of participants in a meeting

Good morning, everybody. I updated my Zoom client and fond out that now in the recorded meetings there is always the names of the participants under their images, no matter if a abilitate or not the corresponding option in the preferences. Why does i... Show more

Good morning, everybody. 

I updated my Zoom client and fond out that now in the recorded meetings there is always the names of the participants under their images, no matter if a abilitate or not the corresponding option in the preferences. 

Why does it happen? How can I resolve this?

Thank you,

A. G. 


Show less

reply-icon Latest Reply - 

New

Hello, I’m Erin. I’m new to the “Zoom Community” I needed a little help changing my meeting password. How? Every time I try to put a new one it says my old password is wrong and I don’t have an old password! I just started last night around 11:30pm. ... Show more

Hello, I’m Erin. I’m new to the “Zoom Community” I needed a little help changing my meeting password. How? Every time I try to put a new one it says my old password is wrong and I don’t have an old password! I just started last night around 11:30pm.

 

Thanks, 
A New Zoomer


Show less

reply-icon Latest Reply -