Various improvements

This commit is contained in:
Ilya Laktyushin
2025-10-29 17:20:36 +04:00
parent 284d963b07
commit 5877f2c20d
103 changed files with 8267 additions and 1762 deletions

View File

@@ -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()