mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
macos related changes
This commit is contained in:
parent
9d148597cb
commit
a65a72cf33
1 changed files with 6 additions and 0 deletions
|
|
@ -1275,6 +1275,12 @@ public final class OngoingGroupCallContext {
|
|||
impl.stop(account: account, reportCallId: reportCallId)
|
||||
}
|
||||
}
|
||||
|
||||
public func makeIncomingVideoView(endpointId: String, requestClone: Bool, completion: @escaping (OngoingCallContextPresentationCallVideoView?, OngoingCallContextPresentationCallVideoView?) -> Void) {
|
||||
self.impl.with { impl in
|
||||
impl.makeIncomingVideoView(endpointId: endpointId, requestClone: requestClone, completion: completion)
|
||||
}
|
||||
}
|
||||
|
||||
public func video(endpointId: String) -> Signal<OngoingGroupCallContext.VideoFrameData, NoError> {
|
||||
return Signal { subscriber in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue