show successful packet count. reset a few things outside of the receiver panel.

This commit is contained in:
Lewis Moten
2024-05-17 15:17:48 -04:00
parent 2be726346e
commit 9431ec487f
3 changed files with 24 additions and 11 deletions

View File

@@ -43,8 +43,6 @@ class ReceivePanel extends BasePanel {
});
this.addEventListener('resetClick', () => {
AudioReceiver.reset();
StreamManager.reset();
this.setReceivedBytes([]);
this.setExpectedPacketCount(0);
this.setFailedPacketCount(0);