Voice Chat Fixes

This commit is contained in:
Ilya Laktyushin
2021-04-10 14:16:03 +03:00
parent 7531f46e1b
commit d77e023089

View File

@@ -1635,9 +1635,10 @@ public final class VoiceChatController: ViewController {
strongSelf.titleNode.isRecording = isRecording
}
if !strongSelf.didSetDataReady {
strongSelf.didSetDataReady = true
strongSelf.updateMembers(muteState: strongSelf.effectiveMuteState, callMembers: strongSelf.currentCallMembers ?? ([], nil), invitedPeers: strongSelf.currentInvitedPeers ?? [], speakingPeers: strongSelf.currentSpeakingPeers ?? Set())
strongSelf.didSetDataReady = true
strongSelf.controller?.dataReady.set(true)
}
})