Skip to content

Commit d54f0c4

Browse files
authored
fix: Voice chat icon display showing removed user (#5638)
1 parent 0348692 commit d54f0c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/HUD/VoiceChatHUD/VoiceChatWindowComponentView.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ public void RemoveUser(string userId)
207207
return;
208208

209209
playersPool.Enqueue(elementView);
210+
SetPlayerRecording(userId, false);
210211
currentPlayers.Remove(userId);
211212
SetNumberOfPlayers(currentPlayers.Count);
212213

0 commit comments

Comments
 (0)