mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
macos related changes
This commit is contained in:
parent
9d148597cb
commit
a65a72cf33
@ -1275,6 +1275,12 @@ public final class OngoingGroupCallContext {
|
|||||||
impl.stop(account: account, reportCallId: reportCallId)
|
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> {
|
public func video(endpointId: String) -> Signal<OngoingGroupCallContext.VideoFrameData, NoError> {
|
||||||
return Signal { subscriber in
|
return Signal { subscriber in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user