-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.json
executable file
·37 lines (37 loc) · 1.08 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
{
"help": {
"description": "Displays the available commands",
"command": "showHelp"
},
"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"
},
"dial": {
"description": "Uses Circuit SDK to dial a phone number. Use dial [phoneNumber]",
"command": "dial"
},
"shutdown": {
"description": "Logs out the bot from circuit and terminates the process",
"command": "shutdown"
}
}