Ensure the user can join the call even if they has joined a call in another session.
This commit is contained in:
parent
58e66963d8
commit
1c78f96148
10 changed files with 116 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ private fun OnGoingCallMenuItem(
|
|||
onJoinCallClick: () -> Unit,
|
||||
modifier: Modifier = Modifier,
|
||||
) {
|
||||
if (!roomCallState.isUserInTheCall) {
|
||||
if (!roomCallState.isUserLocallyInTheCall) {
|
||||
Button(
|
||||
onClick = onJoinCallClick,
|
||||
colors = ButtonDefaults.buttonColors(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue