ソースを参照

Reverts config.js

master
George Politis 10年前
コミット
54b3cbcf94
1個のファイルの変更8行の追加10行の削除
  1. 8
    10
      config.js

+ 8
- 10
config.js ファイルの表示

1
 var config = {
1
 var config = {
2
     hosts: {
2
     hosts: {
3
-        domain: 'hristo.jitsi.net',
3
+        domain: 'jitsi-meet.example.com',
4
         //anonymousdomain: 'guest.example.com',
4
         //anonymousdomain: 'guest.example.com',
5
-//        anonymousdomain: 'guest.hristo.jitsi.net',
6
-        muc: 'conference.hristo.jitsi.net', // FIXME: use XEP-0030
7
-        bridge: 'jitsi-videobridge.hristo.jitsi.net', // FIXME: use XEP-0030
5
+        muc: 'conference.jitsi-meet.example.com', // FIXME: use XEP-0030
6
+        bridge: 'jitsi-videobridge.jitsi-meet.example.com', // FIXME: use XEP-0030
8
         //jirecon: 'jirecon.jitsi-meet.example.com',
7
         //jirecon: 'jirecon.jitsi-meet.example.com',
9
         //call_control: 'callcontrol.jitsi-meet.example.com',
8
         //call_control: 'callcontrol.jitsi-meet.example.com',
10
         //focus: 'focus.jitsi-meet.example.com' - defaults to 'focus.jitsi-meet.example.com'
9
         //focus: 'focus.jitsi-meet.example.com' - defaults to 'focus.jitsi-meet.example.com'
13
 //  useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server
12
 //  useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server
14
 //  useIPv6: true, // ipv6 support. use at your own risk
13
 //  useIPv6: true, // ipv6 support. use at your own risk
15
     useNicks: false,
14
     useNicks: false,
16
-    bosh: '//hristo.jitsi.net/http-bind', // FIXME: use xep-0156 for that
15
+    bosh: '//jitsi-meet.example.com/http-bind', // FIXME: use xep-0156 for that
17
     clientNode: 'http://jitsi.org/jitsimeet', // The name of client node advertised in XEP-0115 'c' stanza
16
     clientNode: 'http://jitsi.org/jitsimeet', // The name of client node advertised in XEP-0115 'c' stanza
18
     //focusUserJid: 'focus@auth.jitsi-meet.example.com', // The real JID of focus participant - can be overridden here
17
     //focusUserJid: 'focus@auth.jitsi-meet.example.com', // The real JID of focus participant - can be overridden here
19
-    defaultSipNumber: '123', // Default SIP number
18
+    //defaultSipNumber: '', // Default SIP number
20
     desktopSharing: 'ext', // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
19
     desktopSharing: 'ext', // Desktop sharing method. Can be set to 'ext', 'webrtc' or false to disable.
21
-//    resolution: "1080",
22
     chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
20
     chromeExtensionId: 'diibjkoicjeejcmhdnailmkgecihlobk', // Id of desktop streamer Chrome extension
23
     desktopSharingSources: ['screen', 'window'],
21
     desktopSharingSources: ['screen', 'window'],
24
     minChromeExtVersion: '0.1', // Required version of Chrome extension
22
     minChromeExtVersion: '0.1', // Required version of Chrome extension
28
     channelLastN: -1, // The default value of the channel attribute last-n.
26
     channelLastN: -1, // The default value of the channel attribute last-n.
29
     adaptiveLastN: false,
27
     adaptiveLastN: false,
30
     adaptiveSimulcast: false,
28
     adaptiveSimulcast: false,
31
-    useRtcpMux: false,
32
-    useBundle: false,
33
-    enableRecording: true,
29
+    useRtcpMux: true,
30
+    useBundle: true,
31
+    enableRecording: false,
34
     enableWelcomePage: true,
32
     enableWelcomePage: true,
35
     enableSimulcast: false,
33
     enableSimulcast: false,
36
     enableFirefoxSupport: false, //firefox support is still experimental, only one-to-one conferences with chrome focus
34
     enableFirefoxSupport: false, //firefox support is still experimental, only one-to-one conferences with chrome focus

読み込み中…
キャンセル
保存