소스 검색

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) => {