Browse Source

Merge pull request #658 from jitsi/nuke-preconfigured-bridge

Nukes the pre-configured bridge from the config file.
master
bgrozev 9 years ago
parent
commit
9ce5e232bb
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      config.js

+ 0
- 1
config.js View File

6
         //anonymousdomain: 'guest.example.com',
6
         //anonymousdomain: 'guest.example.com',
7
         //authdomain: 'jitsi-meet.example.com',  // defaults to <domain>
7
         //authdomain: 'jitsi-meet.example.com',  // defaults to <domain>
8
         muc: 'conference.jitsi-meet.example.com', // FIXME: use XEP-0030
8
         muc: 'conference.jitsi-meet.example.com', // FIXME: use XEP-0030
9
-        bridge: 'jitsi-videobridge.jitsi-meet.example.com', // FIXME: use XEP-0030
10
         //jirecon: 'jirecon.jitsi-meet.example.com',
9
         //jirecon: 'jirecon.jitsi-meet.example.com',
11
         //call_control: 'callcontrol.jitsi-meet.example.com',
10
         //call_control: 'callcontrol.jitsi-meet.example.com',
12
         //focus: 'focus.jitsi-meet.example.com', // defaults to 'focus.jitsi-meet.example.com'
11
         //focus: 'focus.jitsi-meet.example.com', // defaults to 'focus.jitsi-meet.example.com'

Loading…
Cancel
Save