More logging

This commit is contained in:
2025-06-11 00:48:45 -07:00
parent 83debdace8
commit ed9dfb990f
3 changed files with 3 additions and 3 deletions

View File

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