浏览代码

Log gathering complete

Lennart Grahl 8 年之前
父节点
当前提交
041f984d33
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/services/peerconnection.ts

+ 2 - 0
src/services/peerconnection.ts

@@ -103,6 +103,8 @@ export class PeerConnectionHelper {
                     sdpMid: e.candidate.sdpMid,
                     sdpMLineIndex: e.candidate.sdpMLineIndex,
                 });
+            } else {
+                this.$log.debug(this.logTag, 'No more local ICE candidates');
             }
         };
         this.pc.onicecandidateerror = (e: RTCPeerConnectionIceErrorEvent) => {