-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjanus-gateway-landlord.postman_collection.json
336 lines (336 loc) · 28.7 KB
/
janus-gateway-landlord.postman_collection.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
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
{
"info": {
"_postman_id": "6e8105fd-d3c4-40ec-abe5-3f8e75966e04",
"name": "janus-gateway-landlord",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "7379650"
},
"item": [
{
"name": "configs",
"item": [
{
"name": "update Janus Config",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"general\": {\n \"configs_folder\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"Configuration files folder\",\n \"lineValue\": \"/opt/janus/etc/janus\"\n },\n \"plugins_folder\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"Plugins folder\",\n \"lineValue\": \"/opt/janus/lib/janus/plugins\"\n },\n \"transports_folder\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"Transports folder\",\n \"lineValue\": \"/opt/janus/lib/janus/transports\"\n },\n \"events_folder\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"Event handlers folder\",\n \"lineValue\": \"/opt/janus/lib/janus/events\"\n },\n \"loggers_folder\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"External loggers folder\",\n \"lineValue\": \"/opt/janus/lib/janus/loggers\"\n },\n \"log_to_stdout\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"Whether the Janus output should be written to stdout or not (default=true)\",\n \"lineValue\": \"false\"\n },\n \"log_to_file\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"Whether to use a log file or not\",\n \"lineValue\": \"/home/variable-k/janus.log\"\n },\n \"debug_level\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"Debug/logging level, valid values are 0-7\",\n \"lineValue\": \"4\"\n },\n \"debug_timestamps\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"Whether to show a timestamp for each log line\",\n \"lineValue\": \"true\"\n },\n \"debug_locks\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"Whether to enable debugging of locks (very verbose!)\",\n \"lineValue\": \"true\"\n },\n \"log_prefix\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"In case you want log lines to be prefixed by some , custom text, you can use the 'log_prefix' property. It supports terminal colors, meaning something like \\\"[\\\\x1b[32mjanus\\\\x1b[0m] \\\" would show a green \\\"janus\\\" string in square brackets (assuming debug_colors=true).\",\n \"lineValue\": \"[janus]\"\n },\n \"daemonize\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"Whether Janus should run as a daemon or not (default=run in foreground)\",\n \"lineValue\": \"true\"\n },\n \"pid_file\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"PID file to create when Janus has been started, and to destroy at shutdown\",\n \"lineValue\": \"/path/to/janus.pid\"\n },\n \"api_secret\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"String that all Janus requests must contain to be accepted/authorized by the Janus core. Useful if you're wrapping all Janus API requests in your servers (that is, not in the browser\",\n \"lineValue\": \"janusrocks\"\n },\n \"token_auth\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"token_auth_secret\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"janus\"\n },\n \"admin_secret\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"janusoverlord\"\n },\n \"interface\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"1.2.3.4\"\n },\n \"server_name\": {\n \"required\": false,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"localJanusx\"\n },\n \"session_timeout\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"60\"\n },\n \"candidates_timeout\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"45\"\n },\n \"reclaim_session_timeout\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"0\"\n },\n \"recordings_tmp_ext\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"tmp\"\n },\n \"event_loops\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"8\"\n },\n \"opaqueid_in_api\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"8\"\n },\n \"hide_dependencies\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"no_webrtc_encryption\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"protected_folders\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": [\n \"/bin\",\n \"/boot\",\n \"/dev\",\n \"/etc\",\n \"/initrd\",\n \"/lib\",\n \"/lib32\",\n \"/lib64\",\n \"/proc\",\n \"/sbin\",\n \"/sys\",\n \"/usr\",\n \"/var\",\n \"/opt/janus/bin\",\n \"/opt/janus/etc\",\n \"/opt/janus/include\",\n \"/opt/janus/lib\",\n \"/opt/janus/lib32\",\n \"/opt/janus/lib64\",\n \"/opt/janus/sbin\"\n ]\n }\n },\n \"certificates\": {\n \"cert_pem\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"/path/to/certificate.pem\"\n },\n \"cert_key\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"/path/to/key.pem\"\n },\n \"cert_pwd\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"secretpassphrase\"\n },\n \"dtls_accept_selfsigned\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"false\"\n },\n \"dtls_ciphers\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"your-desired-openssl-ciphers\"\n },\n \"rsa_private_key\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"false\"\n }\n },\n \"media\": {\n \"ipv6\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"ipv6_linklocal\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"min_nack_queue\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"500\"\n },\n \"rtp_port_range\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"20000-40000\"\n },\n \"dtls_mtu\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"1200\"\n },\n \"no_media_timer\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"1\"\n },\n \"slowlink_threshold\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"4\"\n },\n \"twcc_period\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"100\"\n },\n \"dtls_timeout\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"500\"\n },\n \"nack_optimizations\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"dscp\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"46\"\n }\n },\n \"nat\": {\n \"stun_server\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"stun.voip.eutelia.it\"\n },\n \"stun_port\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"3478\"\n },\n \"nice_debug\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"false\"\n },\n \"full_trickle\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"ice_nomination\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"regular\"\n },\n \"ice_keepalive_conncheck\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"ice_lite\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"ice_tcp\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"ignore_mdns\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"nat_1_1_mapping\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"1.2.3.4\"\n },\n \"keep_private_host\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"turn_server\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"myturnserver.com\"\n },\n \"turn_port\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"3478\"\n },\n \"turn_type\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"udp\"\n },\n \"turn_user\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"myuser\"\n },\n \"turn_pwd\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"mypassword\"\n },\n \"turn_rest_api\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"http://yourbackend.com/path/to/api\"\n },\n \"turn_rest_api_key\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"anyapikeyyoumayhaveset\"\n },\n \"turn_rest_api_method\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"GET\"\n },\n \"allow_force_relay\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"ice_enforce_list\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"eth0\"\n },\n \"ice_ignore_list\": {\n \"required\": false,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"vmnet\"\n },\n \"ignore_unreachable_ice_server\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n }\n },\n \"loggers\": {\n \"disable\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"libjanus_jsonlog.so\"\n }\n },\n \"plugins\": {\n \"disable\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"libjanus_voicemail.so,libjanus_recordplay.so\"\n }\n },\n \"transports\": {\n \"disable\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"libjanus_rabbitmq.so\"\n }\n },\n \"events\": {\n \"broadcast\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"disable\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"libjanus_sampleevh.so\"\n },\n \"stats_period\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"5\"\n }\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8080/api/access/janus/update",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"access",
"janus",
"update"
]
}
},
"response": []
},
{
"name": "update Janus Sip Config",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"general\": {\n \"local_ip\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"0.0.0.1\"\n },\n \"sdp_ip\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"0.0.0.0\"\n },\n \"keepalive_interval\": {\n \"required\": false,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"120\"\n },\n \"behind_nat\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"user_agent\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"Cool WebRTC Gateway\"\n },\n \"register_ttl\": {\n \"required\": false,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"3600\"\n },\n \"rtp_port_range\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"10000-60000\"\n },\n \"events\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"false\"\n },\n \"dscp_audio_rtp\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"46\"\n },\n \"dscp_video_rtp\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"26\"\n }\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8080/api/access/sip/update",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"access",
"sip",
"update"
]
}
},
"response": []
},
{
"name": "update Janus Http Transport Config",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"general\": {\n \"events\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"json\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"indented\"\n },\n \"base_path\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"/janus\"\n },\n \"http\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"port\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"8088\"\n },\n \"interface\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"eth0\"\n },\n \"ip\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"192.168.0.1\"\n },\n \"https\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"false\"\n },\n \"secure_port\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"8089\"\n },\n \"secure_interface\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"eth0\"\n },\n \"secure_ip\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"192.168.0.1\"\n },\n \"acl\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"127.,192.168.0.\"\n },\n \"mhd_connection_limit\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"1020\"\n },\n \"mhd_debug\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"false\"\n }\n },\n \"admin\": {\n \"admin_base_path\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"/admin\"\n },\n \"admin_http\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"admin_port\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"7088\"\n },\n \"admin_interface\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"eth0\"\n },\n \"admin_ip\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"192.168.0.1\"\n },\n \"admin_https\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"false\"\n },\n \"admin_secure_port\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"7889\"\n },\n \"admin_secure_interface\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"eth0\"\n },\n \"admin_secure_ip\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"192.168.0.1\"\n },\n \"admin_acl\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"127.,192.168.0.\"\n }\n },\n \"cors\": {\n \"allow_origin\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"http://foo.example\"\n },\n \"enforce_cors\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n }\n },\n \"certificates\": {\n \"cert_pem\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"/path/to/cert.pem\"\n },\n \"cert_key\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"/path/to/key.pem\"\n },\n \"cert_pwd\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"secretpassphrase\"\n },\n \"ciphers\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"PFS:-VERS-TLS1.0:-VERS-TLS1.1:-3DES-CBC:-ARCFOUR-128\"\n }\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8080/api/access/http/update",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"access",
"http",
"update"
]
}
},
"response": []
},
{
"name": "update Janus Websockets Transport Config",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"general\": {\n \"events\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"json\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"indented\"\n },\n \"pingpong_trigger\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"30\"\n },\n \"pingpong_timeout\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"10\"\n },\n \"ws\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n },\n \"ws_port\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"8188\"\n },\n \"ws_interface\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"eth0\"\n },\n \"ws_ip\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"0.0.0.1\"\n },\n \"wss\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"false\"\n },\n \"wss_port\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"8989\"\n },\n \"wss_interface\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"eth0\"\n },\n \"wss_ip\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"0.0.0.0\"\n },\n \"ws_logging\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"err,warn\"\n },\n \"ws_acl\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"127.,192.168.0.\"\n }\n },\n \"admin\": {\n \"admin_ws\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"false\"\n },\n \"admin_ws_port\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"7188\"\n },\n \"admin_ws_interface\": {\n \"required\": true,\n \"commented\": false,\n \"comment\": \"--\",\n \"lineValue\": \"eth0\"\n },\n \"admin_ws_ip\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"192.0.0.1\"\n },\n \"admin_ws_acl\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"192.0.0.1\"\n }\n },\n \"cors\": {\n \"allow_origin\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"http://foo.example\"\n },\n \"enforce_cors\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"true\"\n }\n },\n \"certificates\": {\n \"cert_pem\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"/path/to/cert.pem\"\n },\n \"cert_key\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"/path/to/key.pem\"\n },\n \"cert_pwd\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"secretpassphrase\"\n },\n \"ciphers\": {\n \"required\": false,\n \"commented\": true,\n \"comment\": \"--\",\n \"lineValue\": \"ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256\"\n }\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8080/api/access/websockets/update",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"access",
"websockets",
"update"
]
}
},
"response": []
},
{
"name": "Current Janus Settings",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8080/api/access/janus/current-ssettings",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"access",
"janus",
"current-ssettings"
]
}
},
"response": []
},
{
"name": "Get Current Janus Sip Config",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8080/api/access/sip/current-ssettings",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"access",
"sip",
"current-ssettings"
]
}
},
"response": []
},
{
"name": "Get Current Janus HTTP Transport Config",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8080/api/access/http/current-ssettings",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"access",
"http",
"current-ssettings"
]
}
},
"response": []
},
{
"name": "Get Current Janus Websockets Transport Config",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8080/api/access/websockets/current-ssettings",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"access",
"websockets",
"current-ssettings"
]
}
},
"response": []
}
]
},
{
"name": "reset-janus",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8080/api/access/janus/reset",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"access",
"janus",
"reset"
]
}
},
"response": []
},
{
"name": "API Known issues",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8080/api/home/whats-going-on",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"home",
"whats-going-on"
]
}
},
"response": []
},
{
"name": "checkif-janus-install on system",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8080/api/access/janus/check-if-janus-installed",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"access",
"janus",
"check-if-janus-installed"
]
}
},
"response": []
},
{
"name": "install janus server",
"request": {
"method": "POST",
"header": [],
"url": {
"raw": "http://localhost:8080/api/access/janus/install-janus-server",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"access",
"janus",
"install-janus-server"
]
}
},
"response": []
},
{
"name": "restart Janus Server",
"request": {
"method": "POST",
"header": [],
"url": {
"raw": "http://localhost:8080/api/access/janus/restart-janus-server",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"api",
"access",
"janus",
"restart-janus-server"
]
}
},
"response": []
}
]
}