-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (56 loc) · 2.34 KB
/
index.html
File metadata and controls
72 lines (56 loc) · 2.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" type="image/png" href="./assets/rce/favicon-b2aaae6d88b129064eee3d47ab4e13ac.png" />
<title>Playground for In-Room Controls Editor</title>
</head>
<body>
<div align=center>
<div style="width:600px" align=left>
<h1>
Playground for CE UI Extensions Editor
</h1>
<br/>
<div>
Want to test Cisco CE 'UI Extensions Editor',
but don't have a Cisco Collaboration device at hand?
Click <a href="playground.html">Launch</a> to open a cloud-hosted version of the editor.
<br/>
If you're Looking for a real Cisco Collaboration device to experiment more of CE programmability, we recommend to
<b>
<a href="https://devnetsandbox.cisco.com/RM/Diagram/Index/a01c15fc-af6e-497a-92ef-138e06cad308?diagramType=Topology">try a DevNet Sandbox</a>
</b>
</div>
<div>
</div>
<br/>
<br/>
<div align="center">
<h2 align="center">
<a href="playground.html">Launch CE's UI Extension Editor</a>
</h2>
<div style="width:500px">
<div align=center>
<i>(this trimmed-down UI Extensions Editor is meant for educational purposes. As the editor is not
connected to a CE codec, no events will fly. The controls you previsualize won't behave)</i>
</div>
</div>
</div>
<br/>
<br/>
<br/>
<div>
Note: that the UI Extensions Editor - you can experience here - is the <a href="https://www.cisco.com/c/en/us/support/collaboration-endpoints/telepresence-quick-set-series/products-installation-and-configuration-guides-list.html">standalone</a> editor that comes with CE 9.9, as of October 23rd, 2019
</div>
<br/>
<div>
<small>
Brought to you by DevNet -
<a href="https://developer.cisco.com">Cisco's Developer Program</a>
</small>
</div>
</div>
</div>
</body>
</html>