浏览代码

auto acp scripted

dev
jfinn 5 年前
父节点
当前提交
185920ee83
共有 1 个文件被更改,包括 170 次插入0 次删除
  1. 170
    0
      meet.jit.si_fqdn_conf.bak.js

+ 170
- 0
meet.jit.si_fqdn_conf.bak.js 查看文件

@@ -0,0 +1,170 @@
1
+
2
+var subdomain = "";
3
+if (subdomain) {
4
+    subdomain = subdomain.substr(0,subdomain.length-1).split('.').join('_').toLowerCase() + '.';
5
+}
6
+var config = {
7
+    hosts: {
8
+        domain: 'meet.jit.si',
9
+
10
+        muc: 'conference.'+subdomain+'meet.jit.si', // FIXME: use XEP-0030
11
+        focus: 'focus.meet.jit.si',
12
+    },
13
+    disableSimulcast: false,
14
+    enableRemb: true,
15
+    enableTcc: true,
16
+    resolution: 720,
17
+    constraints: {
18
+        video: {
19
+            height: {
20
+                ideal: 720,
21
+                max: 720,
22
+                min: 180
23
+            },
24
+            width: {
25
+                ideal: 1280,
26
+                max: 1280,
27
+                min: 320
28
+            }
29
+        }
30
+    },
31
+    externalConnectUrl: '//meet.jit.si/http-pre-bind',
32
+analytics: {
33
+            amplitudeAPPKey: "fafdba4c3b47fe5f151060ca37f02d2f",
34
+                        whiteListedEvents: [ 'conference.joined', 'page.reload.scheduled', 'rejoined', 'transport.stats' ],
35
+    },
36
+    enableP2P: true, // flag to control P2P connections
37
+    // New P2P options
38
+    p2p: {
39
+        enabled: true,
40
+        preferH264: true,
41
+        disableH264: true,
42
+        useStunTurn: true // use XEP-0215 to fetch STUN and TURN servers for the P2P connection
43
+    },
44
+    useStunTurn: true, // use XEP-0215 to fetch TURN servers for the JVB connection
45
+    useIPv6: false, // ipv6 support. use at your own risk
46
+    useNicks: false,
47
+    bosh: '//meet.jit.si/http-bind', // FIXME: use xep-0156 for that
48
+    websocket: 'wss://meet.jit.si/xmpp-websocket', // FIXME: use xep-0156 for that
49
+
50
+
51
+    clientNode: 'http://jitsi.org/jitsimeet', // The name of client node advertised in XEP-0115 'c' stanza
52
+    //deprecated desktop sharing settings, included only because older version of jitsi-meet require them
53
+    desktopSharing: 'ext', // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
54
+    chromeExtensionId: 'kglhbbefdnlheedjiejgomgmfplipfeb', // Id of desktop streamer Chrome extension
55
+    desktopSharingSources: ['screen', 'window'],
56
+    googleApiApplicationClientID: "39065779381-bbhnkrgibtf4p0j9ne5vsq7bm49t1tlf.apps.googleusercontent.com",
57
+    microsoftApiApplicationClientID: "00000000-0000-0000-0000-000040240063",
58
+    enableCalendarIntegration: true,
59
+    //new desktop sharing settings
60
+    desktopSharingChromeExtId: 'kglhbbefdnlheedjiejgomgmfplipfeb', // Id of desktop streamer Chrome extension
61
+    desktopSharingChromeDisabled: false,
62
+    desktopSharingChromeSources: ['screen', 'window', 'tab'],
63
+    desktopSharingChromeMinExtVersion: '0.2.6.2', // Required version of Chrome extension
64
+    desktopSharingFirefoxExtId: "",
65
+    desktopSharingFirefoxDisabled: false,
66
+    desktopSharingFirefoxMaxVersionExtRequired: '0',
67
+    desktopSharingFirefoxExtensionURL: "",
68
+    useRoomAsSharedDocumentName: false,
69
+    enableLipSync: false,
70
+    disableRtx: false, // Enables RTX everywhere
71
+    enableRtpStats: false, // Enables RTP stats processing
72
+    enableScreenshotCapture: false,
73
+    enableStatsID: true,
74
+    openBridgeChannel: 'websocket', // One of true, 'datachannel', or 'websocket'
75
+    channelLastN: -1, // The default value of the channel attribute last-n.
76
+    minHDHeight: 540,
77
+    startBitrate: "800",
78
+    disableAudioLevels: false,
79
+    useRtcpMux: true,
80
+    useBundle: true,
81
+    disableSuspendVideo: true,
82
+    stereo: false,
83
+    forceJVB121Ratio:  -1,
84
+    enableTalkWhileMuted: true,
85
+
86
+    enableNoAudioDetection: true,
87
+
88
+    enableNoisyMicDetection: true,
89
+
90
+    startWithAudioMuted: true,
91
+    startWithVideoMuted: true,
92
+
93
+    enableClosePage: true,
94
+
95
+    hiddenDomain: 'recorder.meet.jit.si',
96
+    dropbox: {
97
+        appKey: '3v5iyto7n7az02w'
98
+    },
99
+    transcribingEnabled: false,
100
+    enableRecording: true,
101
+    liveStreamingEnabled: true,
102
+    fileRecordingsEnabled: true,
103
+    fileRecordingsServiceEnabled: false,
104
+    fileRecordingsServiceSharingEnabled: false,
105
+    requireDisplayName: false,
106
+    recordingType: 'jibri',
107
+    enableWelcomePage: true,
108
+    isBrand: false,
109
+    logStats: false,
110
+    dialInNumbersUrl: 'https://api.jitsi.net/phoneNumberList',
111
+    dialInConfCodeUrl:  'https://api.jitsi.net/conferenceMapper',
112
+
113
+    dialOutCodesUrl:  'https://api.jitsi.net/countrycodes',
114
+    dialOutAuthUrl: 'https://api.jitsi.net/authorizephone',
115
+    peopleSearchUrl: 'https://api.jitsi.net/directorySearch',
116
+    inviteServiceUrl: 'https://api.jitsi.net/conferenceInvite',
117
+    inviteServiceCallFlowsUrl: 'https://api.jitsi.net/conferenceinvitecallflows',
118
+    peopleSearchQueryTypes: ['user','conferenceRooms'],
119
+    startAudioMuted: 9,
120
+    startVideoMuted: 9,
121
+    enableUserRolesBasedOnToken: false,
122
+    enableLayerSuspension: false,
123
+    feedbackPercentage: 0,
124
+    chromeExtensionBanner: {
125
+        url: "https://chrome.google.com/webstore/detail/jitsi-meetings/kglhbbefdnlheedjiejgomgmfplipfeb",
126
+        chromeExtensionsInfo: [{"path": "jitsi-logo-48x48.png", "id": "kglhbbefdnlheedjiejgomgmfplipfeb"}]
127
+    },
128
+    hepopAnalyticsUrl: "",
129
+    hepopAnalyticsEvent: {
130
+        product: "lib-jitsi-meet",
131
+        subproduct: "meet-jit-si",
132
+        name: "jitsi.page.load.failed",
133
+        action: "page.load.failed",
134
+        actionSubject: "page.load",
135
+        type: "page.load.failed",
136
+        source: "page.load",
137
+        attributes: {
138
+            type: "operational",
139
+            source: 'page.load'
140
+        },
141
+        server: "meet.jit.si"
142
+    },
143
+    deploymentInfo: {
144
+        environment: 'meet-jit-si',
145
+        envType: 'prod',
146
+        releaseNumber: '631',
147
+        shard: 'meet-jit-si-us-east-1b-s125',
148
+        region: 'us-east-1',
149
+        userRegion: 'us-east-1',
150
+        crossRegion: (!'us-east-1' || 'us-east-1' === 'us-east-1') ? 0 : 1
151
+    },
152
+    rttMonitor: {
153
+        enabled: false,
154
+        initialDelay: 30000,
155
+        getStatsInterval: 10000,
156
+        analyticsInterval: 60000,
157
+        stunServers: {"us-east-1": "all-us-east-1-turn.jitsi.net:443", "ap-se-2": "all-ap-se-2-turn.jitsi.net:443", "ap-se-1": "all-ap-se-1-turn.jitsi.net:443", "us-west-2": "all-us-west-2-turn.jitsi.net:443", "eu-central-1": "all-eu-central-1-turn.jitsi.net:443", "eu-west-1": "all-eu-west-1-turn.jitsi.net:443"}
158
+    },
159
+    e2eping: {
160
+        pingInterval: -1
161
+    },
162
+    abTesting: {
163
+    },
164
+    testing: {
165
+        capScreenshareBitrate: 1,
166
+        octo: {
167
+            probability: 1
168
+        }
169
+    }
170
+};

正在加载...
取消
保存