-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzoom.html
More file actions
105 lines (102 loc) · 3.46 KB
/
zoom.html
File metadata and controls
105 lines (102 loc) · 3.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zoom Tutorial</title>
<link rel="stylesheet" href="https://stackedit.io/style.css" />
</head>
<body class="stackedit">
<div class="stackedit__html"><h1 id="how-to-share-screen-with-audio-in-zoom-on-desktopandroidios">How to share screen with audio in Zoom on Desktop/Android/iOS</h1>
<h2 id="desktop">Desktop</h2>
<ol>
<li>
<p>Click on the green “Share Screen” button.<br>
<img src="./files/zoom/pc1.png" alt="Share screen button"></p>
</li>
<li>
<p>Pick the window you want to share<br>
<img src="./files/zoom/pc2.png" alt="Window highlight"></p>
</li>
<li>
<p>Check the “Share computer sound” box so the participants can hear the video<br>
<img src="./files/zoom/pc3.png" alt="Check share sound box"></p>
</li>
<li>
<p>If you are sharing a video and not a PowerPoint, check the “Optimize Screen Sharing for Video Clip” box as well.<br>
<img src="./files/zoom/pc4.png" alt="check optimize for video box"></p>
</li>
<li>
<p>Click “Share”<br>
<img src="./files/zoom/pc5.png" alt="share button"></p>
</li>
<li>
<p>When you’re done, hover your mouse at the top of the screen and click the small “Stop Share” button that appears.<br>
<img src="./files/zoom/pc6.png" alt="Stop share button"></p>
</li>
</ol>
<h2 id="android">Android</h2>
<ol>
<li>
<p>Click on the green “Share” button<br>
<img src="./files/zoom/android1.jpg" alt="share button"></p>
</li>
<li>
<p>Scroll down and click on “Screen”<br>
<img src="./files/zoom/android2.jpg" alt="screen button"></p>
</li>
<li>
<p>A warning will pop up to remind you that everything on your screen will get shared. Click the “Start Now” option.<br>
<img src="./files/zoom/android3.jpg" alt="sensitive info warning"></p>
</li>
<li>
<p>If it requests permission to display over other apps, click on the slider to allow it. Then go back to zoom.<br>
<img src="./files/zoom/android4.jpg" alt="permission page"></p>
</li>
<li>
<p>Click the small arrow that appears on the left-hand side of your phone.<br>
<img src="./files/zoom/android5.jpg" alt="side arrow"></p>
</li>
<li>
<p>Click the button that says “Share Audio: OFF”<br>
<img src="./files/zoom/android6.jpg" alt="audio button"></p>
</li>
<li>
<p>When you’re done with the video, click the arrow on the left-hand side of the screen and click the red “Stop Share” button.<br>
<img src="./files/zoom/android7.jpg" alt="stop sharing button"></p>
</li>
</ol>
<h2 id="ios">iOS</h2>
<ol>
<li>
<p>Click on the green “Share Content” button<br>
<img src="./files/zoom/ios1.png" alt="Share button"></p>
</li>
<li>
<p>Click on “Screen”<br>
<img src="./files/zoom/ios2.png" alt="Screen button"></p>
</li>
<li>
<p>Scroll down and click on “Zoom”<br>
<img src="./files/zoom/ios3.png" alt="Zoom button"></p>
</li>
<li>
<p>If the right side says “Microphone Off”, then click it to turn it on.<br>
<img src="./files/zoom/ios4.png" alt="Microphone On button"></p>
</li>
<li>
<p>Click “Start Broadcast”<br>
<img src="./files/zoom/ios5.png" alt="Start Broadcast button"></p>
</li>
<li>
<p>Go back into zoom and check that the top button is set to “Share Device Audio: On”<br>
<img src="./files/zoom/ios6.png" alt="Share device audio button"></p>
</li>
<li>
<p>When you’re done, go back into zoom and click the the red “Stop Share” button.<br>
<img src="./files/zoom/ios7.png" alt="enter image description here"></p>
</li>
</ol>
</div>
</body>
</html>