mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
[Temp] conference calls
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user