some ui stuff plus fix bug

This commit is contained in:
2026-04-19 10:39:04 +02:00
parent 8de164737a
commit 1a0b6637bd
4 changed files with 49 additions and 37 deletions
+1 -1
View File
@@ -445,7 +445,7 @@ class MediaMTXWebRTCReader {
});
const direction = 'recvonly';
this.pc.addTransceiver('video', { direction });
// this.pc.addTransceiver('video', { direction });
this.pc.addTransceiver('audio', { direction });
// using data channels requires creating a data channel locally