Parcourir la source

Nukes the pre-configured bridge from the example config file.

Jicofo is smart and can find any bridge with service discovery and/or
pubsub.
dev1
George Politis il y a 9 ans
Parent
révision
c3dafcf0f3
3 fichiers modifiés avec 0 ajouts et 10 suppressions
  1. 0
    1
      doc/API.md
  2. 0
    1
      doc/example/example.js
  3. 0
    8
      modules/xmpp/moderator.js

+ 0
- 1
doc/API.md Voir le fichier

@@ -175,7 +175,6 @@ This objects represents the server connection. You can create new ```JitsiConnec
175 175
         2. hosts - JS Object
176 176
             - domain
177 177
             - muc
178
-            - bridge
179 178
             - anonymousdomain
180 179
         3. useStunTurn -
181 180
 

+ 0
- 1
doc/example/example.js Voir le fichier

@@ -2,7 +2,6 @@ var options = {
2 2
     hosts: {
3 3
         domain: 'jitsi-meet.example.com',
4 4
         muc: 'conference.jitsi-meet.example.com', // FIXME: use XEP-0030
5
-        bridge: 'jitsi-videobridge.jitsi-meet.example.com', // FIXME: use XEP-0030
6 5
     },
7 6
     bosh: '//jitsi-meet.example.com/http-bind', // FIXME: use xep-0156 for that
8 7
     clientNode: 'http://jitsi.org/jitsimeet', // The name of client node advertised in XEP-0115 'c' stanza

+ 0
- 8
modules/xmpp/moderator.js Voir le fichier

@@ -124,14 +124,6 @@ Moderator.prototype.createConferenceIq =  function () {
124 124
     if (sessionId) {
125 125
         elem.attrs({ 'session-id': sessionId});
126 126
     }
127
-    if (this.options.connection.hosts !== undefined
128
-        && this.options.connection.hosts.bridge !== undefined) {
129
-        elem.c(
130
-            'property', {
131
-                name: 'bridge',
132
-                value: this.options.connection.hosts.bridge
133
-            }).up();
134
-    }
135 127
     if (this.options.connection.enforcedBridge !== undefined) {
136 128
         elem.c(
137 129
             'property', {

Chargement…
Annuler
Enregistrer