diff --git a/TelegramCore/CallSessionManager.swift b/TelegramCore/CallSessionManager.swift index 50edfdf67f..7f11e03b74 100644 --- a/TelegramCore/CallSessionManager.swift +++ b/TelegramCore/CallSessionManager.swift @@ -147,7 +147,7 @@ private final class CallSessionManagerContext { } } - public func callState(internalId: CallSessionInternalId) -> Signal { + func callState(internalId: CallSessionInternalId) -> Signal { let queue = self.queue return Signal { [weak self] subscriber in let disposable = MetaDisposable()