-
Notifications
You must be signed in to change notification settings - Fork 108
/
example.json
66 lines (66 loc) · 1.49 KB
/
example.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
{
"showTos": false,
"meetingsRatePerMinute": 30,
"OpenTok":{
"apiKey": "<key>",
"apiSecret": "<secret>",
"publisherResolution": "640x480"
},
"precallTest": {
"enabled": true,
"apiKey": "46049502",
"apiSecret": "0f4a63f629cec64ebdc5552974fe2566d2eb2835"
},
"Archiving":{
"enabled":false,
"archiveManager":{
"enabled":false
}
},
"Feedback":{
"url": "",
"reportIssueLevel": 0
},
"Screensharing":{
"enabled":true,
"chromeExtensionId":null,
"annotations":{
"enabled":true
}
},
"SIP": {
"enabled": false,
"username": "nexmoApiKey",
"password": "nexmoApiSecret"
},
"Google": {
"clientId": "yourClientId.apps.googleusercontent.com",
"hostedDomain": "yourhosteddomain.com"
},
"useGoogleFonts": true,
"jqueryUrl": "https://ajax.googleapis.com/ajax/libs/jquery",
"minMeetingNameLength": 0,
"enableMuteAll": true,
"enableStopReceivingVideo": true,
"maxUsersPerRoom": 0,
"enableRoomLocking": true,
"autoGenerateRoomName": true,
"appName": "Vonage Video Conferencing",
"introText": "Welcome to Video Conferencing.",
"introFooterLinkText": "",
"introFooterLinkUrl": "",
"helpLinkText1": "",
"helpLinkUrl1": "",
"helpLinkText2": "",
"helpLinkUrl2": "",
"adobeTracking": {
"url": "",
"primaryCategory": "",
"siteIdentifier": "",
"functionDept": ""
},
"icid": {
"startBuiliding": "",
"contactUs": ""
}
}