优化:避免渲染器像素流错误

pull/2110/MERGE
ChenX 2 years ago
parent ed0ebf68dc
commit 7c9e3a547d

@ -124,6 +124,7 @@ export class WebRtcRenderer
await Sleep(50);
await this.Connect();
if (!this.webRtcPlayerObj) return;
this.webRtcPlayerObj.video.style.position = "absolute";
this.webRtcPlayerObj.video.style.pointerEvents = "none";

Loading…
Cancel
Save