it works...connecting and disconnecting
This commit is contained in:
@@ -343,6 +343,8 @@ function OverlayConversationAvatars({
|
||||
return sortedUserMembers;
|
||||
}, [conversationUserMembers, user, tunedInUserIds]);
|
||||
|
||||
console.log(roomPeers);
|
||||
|
||||
return (
|
||||
<AvatarGroup
|
||||
variant={'rounded'}
|
||||
@@ -398,6 +400,8 @@ function OverlayConversationAvatar({
|
||||
}
|
||||
}, [localVideoRef, localStreamToPeers]);
|
||||
|
||||
console.log(isConnecting);
|
||||
|
||||
if (isConnecting) {
|
||||
return <CircularProgress />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user