forked from butorenjin/easyrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
388 lines (365 loc) · 25.4 KB
/
index.html
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>EasyRTC - Landing Page</title>
<link rel="stylesheet" type="text/css" href="css/landing.css" />
</head>
<body>
<div id="container">
<div id="header">
<a href="index.html"><img id="logo_easyrtc" src="images/easyrtc_logo.png" alt="EasyRTC" style="" /></a>
</div>
<div id="menu">
<a class="menu_link" href="index.html"><span class="menu_item">Local Demos</span></a>
<a class="menu_link" href="http://www.easyrtc.com/docs/"><span class="menu_item">Documentation</span></a>
<a class="menu_link" href="https://github.com/priologic/easyrtc/issues"><span class="menu_item">Github Support</span></a>
<a class="menu_link" href="http://www.easyrtc.com/"><span class="menu_item">Easyrtc.com</span></a>
</div>
<div id="main">
<!-- Main Content -->
<h1>EasyRTC Landing Page</h1>
<p>Congratulations! With EasyRTC installed you are on the road to creating your own WebRTC enabled applications.</p>
<p>The easiest way to run these demos to create two browser windows and open an instance of a particular demo
in each window. Please make sure that Skype or other programs aren't using your webcam before
starting the video chat demos.
</p>
<h2>Local EasyRTC Demos</h2>
<h3> These are the easy very basic demos.</h3>
<table class="demo_table">
<tr>
<th>Demo</th>
<th><a target="_blank" href="http://www.google.com/chrome"><img title="Chrome" alt="Chrome" height="32" width="32" src="images/br_chrome.png" /></a></th>
<th><a target="_blank" href="https://www.google.com/chrome/canary/"><img title="Chrome Canary" alt="Chrome Canary" height="32" width="32" src="images/br_chrome_canary.png" /></a></th>
<th><a target="_blank" href="http://www.mozilla.org/en-US/firefox/"><img title="Firefox" alt="Firefox" height="32" width="32" src="images/br_ff.png" /></a></th>
<th><a target="_blank" href="http://www.mozilla.org/en-US/firefox/aurora/"><img title="Firefox Developer Edition" alt="Firefox Developer Edition" height="32" width="32" src="images/br_ff_dev.png" /></a></th>
<th><a target="_blank" href="http://nightly.mozilla.org/"><img title="Firefox Nightly" alt="Firefox Nightly" height="32" width="32" src="images/br_ff_nightly.png" /></a></th>
<th><a target="_blank" href="http://www.opera.com/"><img title="Opera" alt="Opera" height="32" width="32" src="images/br_opera.png" /></a></th>
<th><a target="_blank" href="http://windows.microsoft.com/en-US/internet-explorer/download-ie"><img title="Internet Explorer" alt="Internet Explorer" height="32" width="32" src="images/br_ie.png" /></a></th>
<th><a target="_blank" href="https://www.microsoft.com/en-us/windows/microsoft-edge"><img title="Edge" alt="Edge" height="32" width="32" src="images/br_edge.png" /></a></th>
<th><a target="_blank" href="http://www.apple.com/safari/"><img title="Safari" alt="Safari" height="32" width="32" src="images/br_safari.png" /></a></th>
<th><a target="_blank" href="http://www.apple.com/safari/"><img title="Safari iOS" alt="Safari iOS" height="32" width="32" src="images/br_safari_ios.png" /></a></th>
</tr>
<tr>
<td><a href="demo_instant_messaging.html">Instant Messaging</a></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
</tr>
<tr>
<td><a href="demo_data_channel_messaging.html">Data Channel Messaging</a></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Warn" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
</tr>
<tr>
<td><a href="demo_audio_video_simple.html">Simple Video+Audio</a></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
</tr>
<tr>
<td><a href="demo_multiparty.html">Multiparty Chatroom</a></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
</tr>
</table>
<h3> More technical demos that illustrate particular capabilities.</h3>
<table class="demo_table">
<tr>
<th>Demo</th>
<th><a target="_blank" href="http://www.google.com/chrome"><img title="Chrome" alt="Chrome" height="32" width="32" src="images/br_chrome.png" /></a></th>
<th><a target="_blank" href="http://www.chromium.org/getting-involved/dev-channel"><img title="Chrome Canary" alt="Chrome Canary" height="32" width="32" src="images/br_chrome_canary.png" /></a></th>
<th><a target="_blank" href="http://www.mozilla.org/en-US/firefox/"><img title="Firefox" alt="Firefox" height="32" width="32" src="images/br_ff.png" /></a></th>
<th><a target="_blank" href="http://www.mozilla.org/en-US/firefox/aurora/"><img title="Firefox Developer Edition" alt="Firefox Developer Edition" height="32" width="32" src="images/br_ff_dev.png" /></a></th>
<th><a target="_blank" href="http://nightly.mozilla.org/"><img title="Firefox Nightly" alt="Firefox Nightly" height="32" width="32" src="images/br_ff_nightly.png" /></a></th>
<th><a target="_blank" href="http://www.opera.com/"><img title="Opera" alt="Opera" height="32" width="32" src="images/br_opera.png" /></a></th>
<th><a target="_blank" href="http://windows.microsoft.com/en-US/internet-explorer/download-ie"><img title="Internet Explorer" alt="Internet Explorer" height="32" width="32" src="images/br_ie.png" /></a></th>
<th><a target="_blank" href="https://www.microsoft.com/en-us/windows/microsoft-edge"><img title="Edge" alt="Edge" height="32" width="32" src="images/br_edge.png" /></a></th>
<th><a target="_blank" href="http://www.apple.com/safari/"><img title="Safari" alt="Safari" height="32" width="32" src="images/br_safari.png" /></a></th>
<th><a target="_blank" href="http://www.apple.com/safari/"><img title="Safari iOS" alt="Safari iOS" height="32" width="32" src="images/br_safari_ios.png" /></a></th>
</tr>
<tr>
<td><a href="demo_instant_messaging_rooms.html">Instant Messaging + Rooms </a></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
</tr>
<tr>
<td><a href="demo_instant_messaging_selfconnect.html">User Supplied Socket.io</a></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
</tr>
<tr>
<td><a href="demo_audio_video_simple_hd.html">Video+Audio HD 720p</a></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
</tr>
<tr>
<td><a href="demo_video_only.html">Video Only</a></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
</tr>
<tr>
<td><a href="demo_audio_only.html">Audio Only</a></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
</tr>
<tr>
<td><a href="demo_audio_video.html">Video+Audio</a></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
</tr>
<tr>
<td><a href="demo_multistream.html">Multistream calls</a></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
</tr>
<tr>
<td><a href="demo_multistream_iframe.html">Desktop capture with iframe</a><br></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
</tr>
<tr>
<td><a href="demo_data_channel_filesharing.html">Data Channel File-sharing</a></td>
<td><img alt="Pail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
</tr>
<tr>
<td><a href="demo_lowbandwidth.html">Low-bandwidth Chat</a></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
</tr>
<tr>
<td><a href="demo_ice_filter.html">Selective Ice Filter</a></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
</tr>
<tr>
<td><a href="demo_recording.html">Record a video call</a></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
</tr>
<tr>
<td><a href="demo_statistics.html">Peer connection statistics</a></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Pass" height="32" width="32" src="images/br_status_pass.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
<td><img alt="Fail" height="32" width="32" src="images/br_status_fail.png" /></td>
</tr>
<tr>
<td colspan="11" id="browser_note"><em>Note: Browser compatability subject to change.</em></td>
</tr>
</table>
<h2>Browser Version Tested</h2>
<table>
<tr>
<th colspan="2">Browser Vendor</th>
<th>Version</th>
</tr>
<tr>
<th><a target="_blank" href="http://www.google.com/chrome"><img title="Chrome" alt="Chrome" height="32" width="32" src="images/br_chrome.png" /></a></th>
<td>Chrome</td>
<th>70.0.3538.102</th>
</tr>
<tr>
<th><a target="_blank" href="http://www.chromium.org/getting-involved/dev-channel"><img title="Chrome Canary" alt="Chrome Canary" height="32" width="32" src="images/br_chrome_canary.png" /></a></th>
<td>Chrome canary</td>
<th> 72.0.3621.0</th>
</tr>
<tr>
<th><a target="_blank" href="http://www.mozilla.org/en-US/firefox/"><img title="Firefox" alt="Firefox" height="32" width="32" src="images/br_ff.png" /></a></th>
<td>Firefox Quantum</td>
<th>63.0.3</th>
</tr>
<tr>
<th><a target="_blank" href="http://www.mozilla.org/en-US/firefox/aurora/"><img title="Firefox Developer Edition" alt="Firefox Developer Edition" height="32" width="32" src="images/br_ff_dev.png" /></a></th>
<td>Firefox Developer Edition</td>
<th>64.0b12</th>
</tr>
<th><a target="_blank" href="http://nightly.mozilla.org/"><img title="Firefox Nightly" alt="Firefox Nightly" height="32" width="32" src="images/br_ff_nightly.png" /></a></th>
<td>Firefox Nightly</td>
<th>65.0a1</th>
</tr>
<tr>
<th><a target="_blank" href="http://www.opera.com/"><img title="Opera" alt="Opera" height="32" width="32" src="images/br_opera.png" /></a></th>
<td>Opera</td>
<th>55.0.2994.44</th>
</tr>
<tr>
<th><a target="_blank" href="http://windows.microsoft.com/en-US/internet-explorer/download-ie"><img title="Internet Explorer" alt="Internet Explorer" height="32" width="32" src="images/br_ie.png" /></a></th>
<td>Internet Explorer</td>
<th>8 to 11</th>
</tr>
<tr>
<th><a target="_blank" href="https://www.microsoft.com/en-us/windows/microsoft-edge"><img title="Edge" alt="Edge" height="32" width="32" src="images/br_edge.png" /></a></th>
<td>Microsoft Edge</td>
<th>44.17763.1.0</th>
</tr>
<tr>
<th><a target="_blank" href="http://www.apple.com/safari/"><img title="Safari macOS" alt="Safari macOS" height="32" width="32" src="images/br_safari.png" /></a></th>
<td>Safari macOS</td>
<th>12.0.1 (14606.2.104.1.1)</th>
</tr>
<tr>
<th><a target="_blank" href="http://www.apple.com/safari/"><img title="Safari iOS" alt="Safari iOS" height="32" width="32" src="images/br_safari_ios.png" /></a></th>
<td>Safari iOS</td>
<th>iOS 12.0 (Mobile/15E148 Safari/604.1)</th>
</tr>
</table>
<h2>EasyRTC Links</h2>
<ul>
<li><a href="http://easyrtc.com">Easyrtc.com</a> - Our project homepage</li>
<li><a href="https://github.com/priologic/easyrtc">GitHub Repository</a> - Get last updates and new features</li>
<li><a href="https://github.com/priologic/easyrtc/issues">GitHub Support</a> - Report or check solution for an and issue</li>
<li><a href="https://easyrtc.com/forum/">Support Forums</a> - Get in touch with EasyRTC community</li>
<li><a href="http://www.youtube.com/user/priologic">EasyRTC YouTube channel</a> - Watch live demos</li>
</ul>
<h2>Other WebRTC Resources</h2>
<ul>
<li><a href="http://dev.w3.org/2011/webrtc/editor/webrtc.html">W3C - WebRTC Specification Document</a></li>
<li><a href="http://tools.ietf.org/wg/rtcweb/">IETF Working Group</a></li>
<li><a href="http://www.webrtc.org/">Google's WebRTC Project Home</a></li>
<li><a href="https://wiki.mozilla.org/Platform/Features/WebRTC">Mozilla WebRTC Wiki</a></li>
</ul>
<!-- End Main Content -->
</div>
<div id="footer">
<a href="http://www.skedans.com/?from=landing"><img id="logo_priologic" src="images/skedans_logo.png" height="40" width="150" alt="Created By Skedans Systems, Inc." /></a>
<a href="http://www.easyrtc.com/?from=landing"><img id="logo_pb_easyrtc" src="../easyrtc/img/powered_by_easyrtc.png" height="60" width="200" alt="Powered By EasyRTC" /></a>
<p><em>© 2016 - Skedans Systems, Inc., All Rights Reserved.</em></p>
<p id="license">EasyRTC source code released under a BSD2 License. <a href="https://github.com/priologic/easyrtc/blob/master/LICENSE">See LICENSE file in project folder</a> for details.</p>
</div>
</div>
</body>
</html>