-
Notifications
You must be signed in to change notification settings - Fork 28
/
Zoom (us.zoom.config).json
607 lines (607 loc) · 21.1 KB
/
Zoom (us.zoom.config).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
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
{
"title": "Zoom (us.zoom.config)",
"description": "Settings for Zoom Client for Mac",
"__feedback": "[email protected]",
"properties": {
"DisableLinkPreviewInChat": {
"title": "Disable Link Preview In Chat",
"description": "Disable Link Preview (Disabled by default)",
"property_order": 5,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"setusesystemdefaultspeakerforvoip": {
"title": "Set use system default speaker for voip",
"description": "Uses the system default speaker when using computer audio (Enabled by default)",
"property_order": 10,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"ZHideNoVideoUser": {
"title": "Hide No Video User",
"description": "Hide non-video participants by default (Disabled by default)",
"property_order": 15,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"ZSSOHost": {
"title": "SSO Host",
"description": "Preconfigured SSO URL (Disabled by default)",
"property_order": 20,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
]
},
"proxy": {
"title": "Proxy",
"description": "Set the proxy server for the Zoom Client",
"property_order": 25,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
]
},
"ConfirmWhenLeave": {
"title": "Confirm When Leave",
"description": "Confirm before leaving a meeting (Enabled by default)",
"property_order": 30,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"zdisablesendvideo": {
"title": "Disable send video",
"description": "Disable sending video from the Zoom Client (Disabled by default)",
"property_order": 35,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"ZAutoJoinVoip": {
"title": "Auto Join Voip",
"description": "Automatically join VoIP (Disabled by default)",
"property_order": 40,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"disablecomputeraudio": {
"title": "Disable computer audio",
"description": "Disable use of computer audio on the Zoom Client",
"property_order": 45,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"proxypac": {
"title": "Proxy PAC",
"description": "Set proxy server to client with PAC URL for the Zoom Client (Disabled by default)",
"property_order": 50,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
]
},
"login_domain": {
"title": "Login domain",
"description": "Set the email address domain that users can login with (Disabled by default)",
"property_order": 55,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
]
},
"ZAutoSSOLogin": {
"title": "Auto SSO Login",
"description": "Default to login with SSO (Disabled by default)",
"property_order": 60,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"disableloginwithemail": {
"title": "Disable login with email",
"description": "Disable Email login option (Disabled by default)",
"property_order": 65,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"zdisablelocalrecord": {
"title": "Disable local record",
"description": "Disables Local Recording from the Zoom Client (Disabled by default)",
"property_order": 70,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"enableoriginalsound": {
"title": "Enable original sound",
"description": "Enable Orginal Sound for audio (Disabled by default)",
"property_order": 75,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"EnableIndependentDataPort": {
"title": "Enable Independent Data Port",
"description": "Split traffic across different ports for easier identification (Disabled by default), Video share: 8801, Screensharing: 8802, Audio: 8803",
"property_order": 80,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"ShowConnectedTime": {
"title": "Show Connected Time",
"description": "Show the length of time that the user has been in a meeting (Disabled by default)",
"property_order": 85,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"forcessourl": {
"title": "Force SSO URL",
"description": "Configures and locks the SSO URL (Disabled by default)",
"property_order": 90,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
]
},
"AutoHideToolbar": {
"title": "Auto Hide Toolbar",
"description": "Always show meeting controls (Disable auto-hide toolbar)",
"property_order": 95,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"setusesystemdefaultmicforvoip": {
"title": "Set use system default mic for voip",
"description": "Uses the system default speaker when using microphone audio (Enabled by default)",
"property_order": 100,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"proxybypass": {
"title": "Proxy bypass",
"description": "Set proxy bypass rule for the Zoom Client (Disabled by default)",
"property_order": 105,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
]
},
"disableremotecontrol": {
"title": "Disable remote control",
"description": "Disables Remote Control when screen sharing (Disabled by default)",
"property_order": 110,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"disablevirtualbkgnd": {
"title": "Disable virtual background",
"description": "Disables use of the Virtual Background feature (Disabled by default)",
"property_order": 115,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"ZAutoFitWhenViewShare": {
"title": "Auto Fit When View Share",
"description": "Automatically fit to window when viewing shared content (Enabled by default)",
"property_order": 120,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"ZDualMonitorOn": {
"title": "Dual Monitor On",
"description": "Automatically enable dual monitor (Disabled by default)",
"property_order": 125,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"DefaultUsePortraitView": {
"title": "Default Use Portrait View",
"description": "Default to Portrait Mode upon opening Zoom (Disabled by default)",
"property_order": 130,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"EnableEchoCancellation": {
"title": "Enable Echo Cancellation",
"description": "Enables echo cancellation for the microphone audio (Disabled by default)",
"property_order": 135,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"bandwidthlimitup": {
"title": "Bandwidth limit up",
"description": "Limit the Maximum amount of bandwidth by the Mac client (Disabled by default)",
"property_order": 140,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
]
},
"disableremotesupport": {
"title": "Disable remote support",
"description": "Disables 1:1 remote support when screen sharing (Disabled by default)",
"property_order": 145,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"ZUse720PByDefault": {
"title": "Use 720P By Default",
"description": "Enable HD Video by default (Disabled by default)",
"property_order": 150,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"enablesplitscreen": {
"title": "Enable split screen",
"description": "Enables side-by-side mode by default (Disabled by default)",
"property_order": 155,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"LastLoginType": {
"title": "Last Login Type",
"description": "Remember the last login type used (Disabled by default)",
"property_order": 160,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"AddFWException": {
"title": "Add FW Exception",
"description": "Disable UAC prompt when logging into Zoom",
"property_order": 165,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"ZRemoteControllAllApp": {
"title": "Remote Control All App",
"description": "Remote control all applications (Enabled by default)",
"property_order": 170,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"zdisablecmr": {
"title": "Disable cmr (Cloud Recording)",
"description": "Disables Cloud Recording from the Zoom Client (Disabled by default)",
"property_order": 175,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"EnableMirrorEffect": {
"title": "Enable Mirror Effect",
"description": "Enable mirroring of shared video (Disabled by default)",
"property_order": 180,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"nofacebook": {
"title": "No Facebook",
"description": "Disable Facebook login option (Disabled by default)",
"property_order": 185,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"FullScreenWhenJoin": {
"title": "Full Screen When Join",
"description": "Full Screen when starting or joining a meeting (Disabled by default)",
"property_order": 190,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"zdisablerecvvideo": {
"title": "Disable recv video",
"description": "Disable receiving video from the Zoom Client (Disabled by default)",
"property_order": 195,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"EnableSSLVerification": {
"title": "Enable SSL Verification",
"description": "The Zoom Client will verify the server certificate (Disabled by default)",
"property_order": 200,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"MuteVoipWhenJoin": {
"title": "Mute Voip When Join",
"description": "Always mute microphone when joining a meeting (Disabled by default)",
"property_order": 205,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"audioautoadjust": {
"title": "Audio auto adjust",
"description": "Automatically adjust microphone levels (Enabled by default)",
"property_order": 210,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"keepsignedin": {
"title": "Keep signed in",
"description": "Client automatically logs in to the last account used (Disabled by default)",
"property_order": 215,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"nogoogle": {
"title": "No Google",
"description": "Disable Google login option (Disabled by default)",
"property_order": 220,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"ZDisableVideo": {
"title": "Disable video",
"description": "Disable Camera by default (Disabled by default)",
"property_order": 225,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"bandwidthlimitdown": {
"title": "Bandwidth limit down",
"description": "Limit the Minimum amount of bandwidth used by the Mac client (Disabled by default)",
"property_order": 230,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
]
},
"DisableScreenShare": {
"title": "Disable Screen Share",
"description": "Disable Screen Share when starting or joining a meeting (Disabled by default)",
"property_order": 235,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"recordpath": {
"title": "Record path",
"description": "Set path for local meeting recording files (~/Documents/Zoom by default)",
"property_order": 240,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
]
},
"ZAutoFullScreenWhenViewShare": {
"title": "Auto Full Screen When View Share",
"description": "Automatically enter full screen when viewing shared content (Enabled by default)",
"property_order": 245,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
},
"ZAutoUpdate": {
"title": "Auto Update",
"description": "Allow updates through the client (Disabled by default)",
"property_order": 250,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "boolean"
}
]
}
}
}