Difference between revisions of "Zoom"

From TSG Doc
Jump to navigation Jump to search
(Created page with "{{Infobox software | name = Software name | logo = placeholder.png | screenshot = | caption = Software version...")
 
 
(56 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Infobox software
 
{{Infobox software
| name                  = Software name
+
| name                  = Zoom
| logo                  = placeholder.png
+
| logo                  = Zoom.jpg
 
| screenshot            =  
 
| screenshot            =  
| caption                = Software version X.X running on Windows X
+
| caption                = Software Version 4.6.7 (18176.0301)
| developer              =
 
| released              = <!-- {{Start date and age|YYYY|MM|DD|df=yes}} -->
 
| discontinued          =
 
| latest release version =
 
| latest release date    = <!-- {{Start date and age|YYYY|MM|DD|df=yes}} -->
 
| latest preview version =
 
| latest preview date    = <!-- {{Start date and age|YYYY|MM|DD|df=yes}} -->
 
| installed version      =
 
| installed version date = <!-- {{Start date and age|YYYY|MM|DD|df=yes}} -->
 
 
| status                = Active
 
| status                = Active
| programming language  = Ruby
+
| operating system      = Microsoft Windows, Linux, MacOSX, IOS, Android
| operating system      = Microsoft Windows, Linux, MacOSX
+
| license                = DCC admin
| platform              =
+
| website                = [https://zoom.us Zoom]
| size                  =
 
| language              =
 
| genre                  =
 
| license                = [http://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike 4.0]
 
| website                = [https://about.gitlab.com/ www.gitlab.nl]
 
 
| resources              =  
 
| resources              =  
 
   {{Infobox tsg
 
   {{Infobox tsg
 
     | child              = yes
 
     | child              = yes
     | downloads         = {{bulleted list
+
     | downloads             = {{bulleted list
        | [http://www.ru.nl Some Download link]
+
      | [https://zoom.us/download Zoom]
        | [http://www.ru.nl Some other Download link]
 
    }}
 
    | manuals            = {{bulleted list
 
        | [http://www.ru.nl Quick start guide]
 
 
     }}
 
     }}
 
   }}
 
   }}
 
}}
 
}}
 +
Zoom provides a Unified Meeting Experience platform that brings HD video conferencing, mobility and web meetings together as a cloud service. A crystal-clear video conversation and high quality screen sharing with up to 25 people or rooms. It is available for Windows, Mac, iOS, Android.
 +
 +
<!-- Table of Contents will be generated here -->
 +
 +
==Installation==
 +
Go to [https://zoom.us/download Zoom Download] and download Zoom.
 +
After the install you can enter your first, last name and your e-mail address to sign up.
 +
 +
*Use the desktop installment.
 +
*Find quiet room.
 +
*Use a fast wired network connection (avoid Wifi). start this [http://speed.conferenceroomsystems.com/ '''speedtest''']. The yellow bar for download and upload should be above 1.2Mbps for one-on-one meetings. A group(for example 5) zoom meeting should be above 20Mbps.
 +
*Wall mount power supply for your PC (to avoid battery issues).
 +
*We recommend diffuse lighting from the front (e.g. window). We do not recommend lighting from behind or above (neons), because this causes underexposed and poorly lit faces.
 +
*A neutral and static background helps to reduce distractions during the talk.
 +
*Some people prefer giving the presentation while standing. This significantly improves the intonation and makes the presentation more dynamic.
 +
*'''Optimize Zoom'''. Go to the '''start video''' arrow on the lower left side. Select '''Video settings...'''.
 +
[[File:Setting.jpg|thumb|none|480px]]
 +
*Select '''Enable HD''' and '''Touch up my appearance'''.
 +
[[File:Settingd.jpg|thumb|none|480px]]
  
Introduction. What does this software do? Whom is it for?
+
==Usage==
 +
After you launch the app, you have two options, '''Join a meeting''', or '''Host a meeting'''. If you do not wish to log in, and just want to join a meeting in progress click on '''Join a meeting'''. If you would like to log in and start you own meeting, click on '''Host a meeting'''.
  
<!-- Table of Contents will be generated here -->
+
===<big>Join a meeting</big>===
 +
'''[1]'''
  
==Features==
+
Select "Join a meeting".
This software is made to do this, it has these unique selling points:
+
[[File:Join.jpg|thumb|none|480px|Caption]]
* Feature 1
+
* Feature 2
+
'''[2]'''
* Feature 3
 
  
===Requirements===
+
Enter meeting ID(this is displayed in the email invitation) and password if prompted.
* Microsoft Windows XP or later.
+
[[File:Join meeting.jpg|thumb|none|480px|Caption]]
* Intel Core 2 Duo E8600 or higher.
 
* Python
 
  
==Installation==
+
'''[3]'''
===Windows 7 64-bit===
 
#Step 1
 
#Step 2
 
#Step 3
 
  
==Configuration==
+
Click on Join.
General settings.
 
For CMD commands, you can use this format:<br/>
 
<code style="background-color:#000; color:#fff; padding:1px 3px;">ping 127.0.0.1 -n 50 -l 1024</code>
 
  
=== License ===
+
===<big>Host a meeting</big>===
License setup.
+
'''[1]'''
  
==Usage==
+
Click either the Start without video or Start with video button, depending on your needs.
Templates and how-to's go here.
+
[[File:Startup.jpg|thumb|none|480px]]
 +
'''[2]'''
  
===Python===
+
Click the Invite button at the bottom of the meeting window.
 +
[[File:Invite.jpg|thumb|none|480px]]
 +
'''[3]'''
  
<syntaxhighlight lang="python" line>
+
You can share the invitation in a few different ways:
#In the syntaxhighlight tag, change lang value to desired language.
 
#For the list of supported languages, see http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi#Supported_languages
 
  
def main():
+
*Clicking the Copy URL button, then paste the URL into an email message to the participants you wish to invite.
    """Lots of useless code here."""
+
*Click the Copy invitation button, then paste the message into an email to the participants you wish to invite.
    if True:
+
*Click one of the email service buttons. Your chosen email service will appear with a preformatted invitation.
        print "Hello, world!"
+
[[File:Step3.jpg|thumb|none|480px]]
        return None # Explicitly returning None!
 
    else:
 
        raise Exception
 
 
if __name__ == "__main__":
 
    main()
 
</syntaxhighlight><br/>
 
  
<!-- Room for extra headers, like ==Course==, or ==Troubleshooting== -->
+
===During your meeting===
 +
'''Mute your microphone when necessary.'''
  
==See Also== <!-- Optional -->
+
Zoom has a “Mute Microphone” option that cuts down on ambient feedback for the audience. When there is a lot of back-and-forth discussion you will turn this off, but you should mute yourself when listening to a presenter.
*[[Project:Samples/Hardware|Samples/Hardware]]
 
*{{tl|Infobox_software}}
 
*{{tl|Infobox_tsg}}
 
  
==References== <!-- Optional, include only if <ref> tags are used in the article. -->
+
'''Use Zoom’s chat function.'''
<references />
 
  
==External Links== <!-- Optional -->
+
You can send a question or statement to everyone or privately to a participant
*{{Official website|https://about.gitlab.com/}}
+
Think about your actions on camera.
*[http://tsgdoc.socsci.ru.nl tsgdoc]&nbsp;– Technical documentation.
 

Latest revision as of 12:22, 7 October 2022

Zoom provides a Unified Meeting Experience platform that brings HD video conferencing, mobility and web meetings together as a cloud service. A crystal-clear video conversation and high quality screen sharing with up to 25 people or rooms. It is available for Windows, Mac, iOS, Android.

Zoom
Zoom.jpg
Development statusActive
Operating systemMicrosoft Windows, Linux, MacOSX, IOS, Android
LicenseDCC admin
WebsiteZoom
Downloads


Installation

Go to Zoom Download and download Zoom. After the install you can enter your first, last name and your e-mail address to sign up.

  • Use the desktop installment.
  • Find quiet room.
  • Use a fast wired network connection (avoid Wifi). start this speedtest. The yellow bar for download and upload should be above 1.2Mbps for one-on-one meetings. A group(for example 5) zoom meeting should be above 20Mbps.
  • Wall mount power supply for your PC (to avoid battery issues).
  • We recommend diffuse lighting from the front (e.g. window). We do not recommend lighting from behind or above (neons), because this causes underexposed and poorly lit faces.
  • A neutral and static background helps to reduce distractions during the talk.
  • Some people prefer giving the presentation while standing. This significantly improves the intonation and makes the presentation more dynamic.
  • Optimize Zoom. Go to the start video arrow on the lower left side. Select Video settings....
  • Select Enable HD and Touch up my appearance.

Usage

After you launch the app, you have two options, Join a meeting, or Host a meeting. If you do not wish to log in, and just want to join a meeting in progress click on Join a meeting. If you would like to log in and start you own meeting, click on Host a meeting.

Join a meeting

[1]

Select "Join a meeting".

 
Caption

[2]

Enter meeting ID(this is displayed in the email invitation) and password if prompted.

 
Caption

[3]

Click on Join.

Host a meeting

[1]

Click either the Start without video or Start with video button, depending on your needs.

[2]

Click the Invite button at the bottom of the meeting window.

[3]

You can share the invitation in a few different ways:

  • Clicking the Copy URL button, then paste the URL into an email message to the participants you wish to invite.
  • Click the Copy invitation button, then paste the message into an email to the participants you wish to invite.
  • Click one of the email service buttons. Your chosen email service will appear with a preformatted invitation.

During your meeting

Mute your microphone when necessary.

Zoom has a “Mute Microphone” option that cuts down on ambient feedback for the audience. When there is a lot of back-and-forth discussion you will turn this off, but you should mute yourself when listening to a presenter.

Use Zoom’s chat function.

You can send a question or statement to everyone or privately to a participant Think about your actions on camera.