-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.json
43 lines (43 loc) · 1.23 KB
/
menu.json
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
{
"help": {
"description": "Displays the available commands",
"command": "showHelp"
},
"events": {
"description": "Events related commands",
"submenu": {
"list": {
"description": "Lists all recorded events",
"command": "listEvent"
},
"show": {
"description": "Shows the specified event. Usage events show eventNumber",
"command": "showEvent"
},
"end": true
}
},
"stream": {
"description": "Show live feed",
"submenu" : {
"start": {
"description": "Starts streaming live video. (Starts or Joins Conference)",
"command": "startStream"
},
"stop": {
"description": "Stops streaming live video. (Leaves or Terminates Conference)",
"command": "stopStream"
},
"end": true
},
"command": "stream"
},
"status": {
"description": "Displays the status of the device",
"command": "status"
},
"version": {
"description": "Displays the device's software version",
"command": "version"
}
}