mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
not gonna fix it but okay
This commit is contained in:
@@ -47,8 +47,10 @@ export class WhepPlayer {
|
||||
if (!this.video) return;
|
||||
this.video.playsInline = true;
|
||||
this.video.autoplay = true;
|
||||
this.video.muted = true;
|
||||
this.video.disableRemotePlayback = true;
|
||||
this.video.muted = this.audioOnly ? false : true;
|
||||
if (typeof this.video.disableRemotePlayback !== 'undefined') {
|
||||
this.video.disableRemotePlayback = true;
|
||||
}
|
||||
if ('latencyHint' in HTMLMediaElement.prototype) {
|
||||
this.video.latencyHint = 'interactive';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user