Video Chat Improvements

This commit is contained in:
Ilya Laktyushin
2021-06-10 17:54:16 +03:00
parent 19741bfd47
commit 80f3f00f5b
2 changed files with 11 additions and 14 deletions

View File

@@ -2568,7 +2568,7 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
}
private func updateLocalVideoState() {
self.participantsContext?.updateVideoState(peerId: self.joinAsPeerId, isVideoMuted: self.videoCapturer == nil, isVideoPaused: self.isVideoMuted)
self.participantsContext?.updateVideoState(peerId: self.joinAsPeerId, isVideoMuted: self.videoCapturer == nil, isVideoPaused: self.isVideoMuted, isPresentationPaused: false)
}
public func switchVideoCamera() {