mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various improvements
This commit is contained in:
@@ -3330,6 +3330,10 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
|
||||
})
|
||||
}
|
||||
|
||||
public func addExternalAudioData(data: Data) {
|
||||
self.genericCallContext?.addExternalAudioData(data: data)
|
||||
}
|
||||
|
||||
public func requestVideo() {
|
||||
if self.videoCapturer == nil {
|
||||
let videoCapturer = OngoingCallVideoCapturer()
|
||||
|
||||
Reference in New Issue
Block a user