Show loading state while joining a group call
This commit is contained in:
parent
dfd1190e8b
commit
0a0b5a7bfe
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ const ActiveCallManager: React.FC<ActiveCallManagerPropsType> = ({
|
|||
break;
|
||||
}
|
||||
case CallMode.Group: {
|
||||
showCallLobby = activeCall.joinState === GroupCallJoinState.NotJoined;
|
||||
showCallLobby = activeCall.joinState !== GroupCallJoinState.Joined;
|
||||
isCallFull = activeCall.deviceCount >= activeCall.maxDevices;
|
||||
({ groupMembers } = activeCall);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue