瀏覽代碼

fix long line

dev1
brian baldino 8 年之前
父節點
當前提交
7988fc783d
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      modules/xmpp/RtxModifier.js

+ 2
- 1
modules/xmpp/RtxModifier.js 查看文件

241
           return sdpStr;
241
           return sdpStr;
242
         }
242
         }
243
         if (!videoMLine.ssrcGroups) {
243
         if (!videoMLine.ssrcGroups) {
244
-          logger.debug("RtxModifier doing nothing, no video ssrcGroups present");
244
+          logger.debug("RtxModifier doing nothing, " + 
245
+              "no video ssrcGroups present");
245
           return sdpStr;
246
           return sdpStr;
246
         }
247
         }
247
         const fidGroups = videoMLine.ssrcGroups
248
         const fidGroups = videoMLine.ssrcGroups

Loading…
取消
儲存