瀏覽代碼

that happens when you forget to npm i precommit-hook

master
Philipp Hancke 11 年之前
父節點
當前提交
dc3a2548b5
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      libs/strophe/strophe.jingle.sessionbase.js

+ 1
- 1
libs/strophe/strophe.jingle.sessionbase.js 查看文件

@@ -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…
取消
儲存