Ensure the user can join the call even if they has joined a call in another session.

This commit is contained in:
Benoit Marty 2024-11-06 09:43:38 +01:00
parent 58e66963d8
commit 1c78f96148
10 changed files with 116 additions and 1 deletions

View file

@ -79,7 +79,7 @@ private fun OnGoingCallMenuItem(
onJoinCallClick: () -> Unit,
modifier: Modifier = Modifier,
) {
if (!roomCallState.isUserInTheCall) {
if (!roomCallState.isUserLocallyInTheCall) {
Button(
onClick = onJoinCallClick,
colors = ButtonDefaults.buttonColors(