Browse Source

that happens when you forget to npm i precommit-hook

master
Philipp Hancke 11 years ago
parent
commit
dc3a2548b5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      libs/strophe/strophe.jingle.sessionbase.js

+ 1
- 1
libs/strophe/strophe.jingle.sessionbase.js View File

@@ -156,7 +156,7 @@ SessionBase.prototype.sendSSRCUpdateIq = function(sdpMediaSsrcs, sid, initiator,
156 156
     var modify = $iq({to: toJid, type: 'set'})
157 157
         .c('jingle', {
158 158
             xmlns: 'urn:xmpp:jingle:1',
159
-            action: isAdd ? 'source-add' : 'source-remove', -- not yet
159
+            action: isAdd ? 'source-add' : 'source-remove',
160 160
             initiator: initiator,
161 161
             sid: sid
162 162
         }

Loading…
Cancel
Save