Fix build

This commit is contained in:
Ali 2021-06-10 18:44:00 +04:00
parent 80f3fce5b3
commit 1343046314

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: nil)
}
public func switchVideoCamera() {