Restore sound

This commit is contained in:
Ali 2022-03-08 21:52:09 +04:00
parent 0c35053f04
commit 7be78e00b4

View File

@ -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 {