P2P-over-group experiment

This commit is contained in:
Isaac
2024-12-27 21:42:28 +08:00
parent 4ac6d40d44
commit 1bcc21aedb
3 changed files with 28 additions and 28 deletions

View File

@@ -1712,9 +1712,6 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
var encryptionKey: Data?
encryptionKey = self.encryptionKey?.key
if "".isEmpty {
encryptionKey = nil
}
genericCallContext = .call(OngoingGroupCallContext(audioSessionActive: self.audioSessionActive.get(), video: self.videoCapturer, requestMediaChannelDescriptions: { [weak self] ssrcs, completion in
let disposable = MetaDisposable()