diff --git a/submodules/TelegramCallsUI/Sources/PresentationGroupCall.swift b/submodules/TelegramCallsUI/Sources/PresentationGroupCall.swift index 87b101f453..fb01d186d2 100644 --- a/submodules/TelegramCallsUI/Sources/PresentationGroupCall.swift +++ b/submodules/TelegramCallsUI/Sources/PresentationGroupCall.swift @@ -1579,7 +1579,7 @@ public final class PresentationGroupCallImpl: PresentationGroupCall { if let current = self.genericCallContext { genericCallContext = current } else { - if self.isStream { + if self.isStream, !"".isEmpty { genericCallContext = .mediaStream(WrappedMediaStreamingContext(rejoinNeeded: { [weak self] in Queue.mainQueue().async { guard let strongSelf = self else {