mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[WIP] Conference calls
This commit is contained in:
@@ -98,7 +98,7 @@ public final class VoiceChatJoinScreen: ViewController {
|
||||
currentGroupCall = callManager.currentGroupCallSignal
|
||||
|> castError(GetCurrentGroupCallError.self)
|
||||
|> mapToSignal { call -> Signal<(PresentationGroupCall, Int64, Bool)?, GetCurrentGroupCallError> in
|
||||
if let call = call {
|
||||
if case let .group(call) = call {
|
||||
return call.summaryState
|
||||
|> castError(GetCurrentGroupCallError.self)
|
||||
|> map { state -> (PresentationGroupCall, Int64, Bool)? in
|
||||
|
||||
Reference in New Issue
Block a user