Webrtc superlog

This commit is contained in:
2025-06-11 00:37:47 -07:00
parent 2a71830258
commit 83debdace8
3 changed files with 3 additions and 3 deletions

View File

@@ -533,7 +533,7 @@ class PeerConnection {
private ignoreOffer: boolean = false;
private isSettingRemoteAnswerPending: boolean = false;
private polite = true;
private webRTCSuperlog = false;
private webRTCSuperlog = true;
private dataChannelSuperlog = false;
private chunkSize = (16 * 1024) - 100;
messageSuperlog: boolean = false;

View File

@@ -394,7 +394,7 @@ class PeerConnection {
this.ignoreOffer = false;
this.isSettingRemoteAnswerPending = false;
this.polite = true;
this.webRTCSuperlog = false;
this.webRTCSuperlog = true;
this.dataChannelSuperlog = false;
this.chunkSize = (16 * 1024) - 100;
this.messageSuperlog = false;

File diff suppressed because one or more lines are too long