mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
some ui stuff plus fix bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user