mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Conference calls
This commit is contained in:
@@ -394,7 +394,20 @@ private final class JoinSubjectScreenComponent: Component {
|
||||
self.environment?.controller()?.dismiss()
|
||||
})
|
||||
case let .groupCall(groupCall):
|
||||
let _ = groupCall
|
||||
component.context.sharedContext.callManager?.joinConferenceCall(
|
||||
accountContext: component.context,
|
||||
initialCall: EngineGroupCallDescription(
|
||||
id: groupCall.id,
|
||||
accessHash: groupCall.accessHash,
|
||||
title: nil,
|
||||
scheduleTimestamp: nil,
|
||||
subscribedToScheduled: false,
|
||||
isStream: false
|
||||
),
|
||||
reference: .link(slug: groupCall.slug),
|
||||
mode: .joining
|
||||
)
|
||||
|
||||
self.environment?.controller()?.dismiss()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user