Forráskód Böngészése

Log gathering complete

Lennart Grahl 8 éve
szülő
commit
041f984d33
1 módosított fájl, 2 hozzáadás és 0 törlés
  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) => {