coloooors

This commit is contained in:
legop3
2025-11-18 15:36:56 -05:00
parent 457ad42565
commit fb5b166a37
31 changed files with 292 additions and 327 deletions
+1
View File
@@ -47,6 +47,7 @@ export class WhepPlayer {
if (!this.video) return;
this.video.playsInline = true;
this.video.autoplay = true;
this.video.muted = true;
this.video.disableRemotePlayback = true;
if ('latencyHint' in HTMLMediaElement.prototype) {
this.video.latencyHint = 'interactive';