forked from TobiasPankner/Teams-Auto-Joiner
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
41 lines (34 loc) · 755 Bytes
/
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
{
"email": "",
"password": "",
"run_at_time": "",
"meeting_mode": 1,
"organisation_num" : -1,
"random_delay": [0,0],
"check_interval": 120,
"join_message": "",
"auto_leave_after_min": -1,
"leave_if_last": false,
"leave_threshold_number": -1,
"leave_threshold_percentage": -1,
"pause_search": false,
"headless" : false,
"mute_audio": false,
"chrome_type": "google-chrome",
"blacklist": [
{
"team_name": "Example Team 1",
"channel_names": [
"First Channel to blacklist in this team",
"Second Channel to blacklist"
]
},
{
"team_name": "Blacklist whole team",
"channel_names": [
]
}
],
"blacklist_meeting_re": "",
"discord_webhook_url" : ""
}