Fix track distinguishing

This commit is contained in:
2025-10-11 22:01:14 +03:00
Unverified
parent 174ab8f1fa
commit 8d864f39ce
4 changed files with 152 additions and 22 deletions
@@ -247,7 +247,7 @@ export function CallWindow() {
style={{ display: call.isSharingScreen ? "flex" : "none" }}>
<video
ref={localScreenShareRef}
className="video-element"
className="video-element screen-share-video"
autoPlay
playsInline
muted />
@@ -259,7 +259,7 @@ export function CallWindow() {
style={{ display: call.isRemoteScreenSharing ? "flex" : "none" }}>
<video
ref={remoteScreenShareRef}
className="video-element"
className="video-element screen-share-video"
autoPlay
playsInline />
<div className="tile-label">{remoteUsername}&apos;s Screen</div>