-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.example.json
More file actions
69 lines (69 loc) · 1.24 KB
/
Copy pathconfig.example.json
File metadata and controls
69 lines (69 loc) · 1.24 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
{
"autoReposition": true,
"browsers": [
"safari",
"chrome",
"brave"
],
"hotkey": "ctrl+alt+cmd+m",
"hotkeyEnabled": true,
"iconStyle": "tint",
"meetPollMultiplier": 1,
"micMatchers": [
{
"bundlePrefixes": [
"com.microsoft.teams"
],
"displayName": "Microsoft Teams",
"id": "teams"
},
{
"bundlePrefixes": [
"Cisco-Systems.Spark",
"com.webex",
"com.cisco.webex"
],
"displayName": "Webex",
"id": "webex"
},
{
"activateBundleID": "com.apple.FaceTime",
"bundlePrefixes": [
"com.apple.FaceTime",
"com.apple.avconferenced",
"com.apple.TelephonyUtilities"
],
"displayName": "FaceTime",
"id": "facetime",
"requireAppRunningPrefix": "com.apple.FaceTime"
}
],
"platforms": [
{
"enabled": true,
"id": "zoom",
"priority": 1
},
{
"enabled": true,
"id": "meet",
"priority": 2
},
{
"enabled": true,
"id": "teams",
"priority": 3
},
{
"enabled": true,
"id": "webex",
"priority": 4
},
{
"enabled": true,
"id": "facetime",
"priority": 5
}
],
"pollSeconds": 5
}