forked from cloudeolive/cloudeo-sdk-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
executable file
·82 lines (79 loc) · 2.69 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
<!DOCTYPE html>
<html>
<head>
<title>AddLive SDK Tutorials</title>
<!-- Shared stylesheet -->
<link rel="stylesheet" type="text/css" href="../shared-assets/styles.css"/>
<link rel="stylesheet" type="text/css"
href="../shared-assets/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css"
href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css"/>
</head>
<body>
<div class="main">
<h1 id="tutorialTitle">AddLive SDK JS Tutorials</h1>
<h2 id="tutorialSubTitle">Tutorials list</h2>
<ul>
<li>
<a href="Tutorial01.0_Platform_init/index.html">
Tutorial 1.0 - Platform init
</a>
</li>
<li>
<a href="Tutorial01.1_Platform_lifecycle/index.html">
Tutorial 1.1 - Platform lifecycle
</a>
</li>
<li>
<a href="Tutorial01.2_Platform_init_with_SA/index.html">
Tutorial 1.2 - Platform init with Setup Assistant
</a>
</li>
<li><a href="Tutorial02_Devices_Config/index.html">Tutorial 2 - Devices
configuration</a></li>
<li><a href="Tutorial03_Advanced_Devices_Handling/index.html">Tutorial 3 -
Advanced devices configuration</a></li>
<li><a href="Tutorial04_Rendering/index.html">Tutorial 4 - Rendering</a>
</li>
<li>
<a href="Tutorial05.0_Basic_Connectivity/index.html">
Tutorial 5.0 - Basic connectivity
</a>
</li>
<li>
<a href="Tutorial05.1_Basic_Connectivity_And_Video_Reconfiguration/index.html">
Tutorial 5.1 - Basic connectivity and video reconfiguration
</a>
</li>
<li>
<a href="Tutorial05.2_Basic_Connectivity_Stats/index.html">
Tutorial 5.2 - Basic connectivity and stats
</a>
</li>
<li><a href="Tutorial06.0_Conference_App/index.html">Tutorial 6 - Conference
app</a></li>
<li><a href="Tutorial06.1_Conference_App_And_Allowed_Senders/index.html">Tutorial
6.1 - Conference
app and allowed senders</a></li>
<li><a href="Tutorial06.2_Conference_App_And_Monitor_Speech/index.html">Tutorial
6.2 - Conference
app and monitor speech</a></li>
<li><a href="Tutorial07_Messaging/index.html">Tutorial 7 - Messaging</a>
</li>
<li><a href="Tutorial08_Screen_Sharing/index.html">Tutorial 8 - Screen
sharing</a></li>
<li><a href="Tutorial09_User_Boarding/index.html">Tutorial 9 - User
boarding</a></li>
<li><a href="Tutorial10_ConnectivityCheck/index.html">Tutorial 10 -
Connectivity
check</a></li>
<li><a href="Tutorial11_Loading_with_AMD/index.html">Tutorial 11 -
Platform loading with AMD/require.js
</a></li>
<li><a href="Tutorial12_Recording/index.html">Tutorial 12 -
Recording
</a></li>
</ul>
</div>
</body>
</html>