mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-04 10:30:42 +00:00
Fix build
This commit is contained in:
parent
80f3fce5b3
commit
1343046314
@ -2568,7 +2568,7 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private func updateLocalVideoState() {
|
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() {
|
public func switchVideoCamera() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user