mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix video stream playback
This commit is contained in:
@@ -697,6 +697,10 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
|
||||
if let strongSelf = self {
|
||||
strongSelf.updateIsAudioSessionActive(false)
|
||||
strongSelf.updateSessionState(internalState: strongSelf.internalState, audioSessionControl: nil)
|
||||
|
||||
if strongSelf.isStream {
|
||||
let _ = strongSelf.leave(terminateIfPossible: false)
|
||||
}
|
||||
}
|
||||
subscriber.putCompletion()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user