diff --git a/src/Room.jsx b/src/Room.jsx index f6b096d8..f0bd3418 100644 --- a/src/Room.jsx +++ b/src/Room.jsx @@ -104,6 +104,7 @@ export function GroupCallView({ client, groupCall }) { isScreensharing, localScreenshareFeed, screenshareFeeds, + hasLocalParticipant, } = useGroupCall(groupCall); if (error) { @@ -132,6 +133,7 @@ export function GroupCallView({ client, groupCall }) { } else { return (
+ {hasLocalParticipant && ( +

Warning, you are signed into this call on another device.

+ )}
{state === GroupCallState.LocalCallFeedUninitialized && (