Browse Source

Updates the library

master
hristoterezov 10 years ago
parent
commit
54f2364f18
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      libs/lib-jitsi-meet.js

+ 1
- 1
libs/lib-jitsi-meet.js View File

@@ -8564,7 +8564,7 @@ JingleSessionPC.prototype.setLocalDescription = function () {
8564 8564
     if (newssrcs.length > 0) {
8565 8565
         for (i = 0; i < newssrcs.length; i++) {
8566 8566
             var ssrc = newssrcs[i].ssrc;
8567
-            var myJid = self.connection.emuc.myroomjid;
8567
+            var myJid = self.me;
8568 8568
             self.ssrcOwners[ssrc] = myJid;
8569 8569
         }
8570 8570
     }

Loading…
Cancel
Save