mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Various improvements
This commit is contained in:
parent
7cf87859a8
commit
6f5cd84019
17 changed files with 201 additions and 122 deletions
|
|
@ -3367,7 +3367,7 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
|
|||
|
||||
public func disableVideo() {
|
||||
self.hasVideo = false
|
||||
self.useFrontCamera = true;
|
||||
self.useFrontCamera = true
|
||||
if let _ = self.videoCapturer {
|
||||
self.videoCapturer = nil
|
||||
self.isVideoMutedDisposable.set(nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue