[Temp] conference calls

This commit is contained in:
Isaac
2024-12-12 23:38:29 +08:00
parent 873c2df10d
commit c22fe5d979
2 changed files with 5 additions and 2 deletions

View File

@@ -1679,6 +1679,9 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
if encryptionKey == nil {
encryptionKey = Data(count: 256)
}
if "".isEmpty {
encryptionKey = nil
}
#endif
genericCallContext = .call(OngoingGroupCallContext(audioSessionActive: self.audioSessionActive.get(), video: self.videoCapturer, requestMediaChannelDescriptions: { [weak self] ssrcs, completion in