Update to RingRTC v2.16.0
This commit is contained in:
parent
d1d5104c30
commit
7845ec2186
@ -5,7 +5,7 @@
|
||||
<key>BuildDetails</key>
|
||||
<dict>
|
||||
<key>WebRTCCommit</key>
|
||||
<string>1ab326495ab7915dbd74fc3049c45a05fa038b37 Production build of v2.15.0</string>
|
||||
<string>0c2bab0285b8e10879ee59daa3c048e503a89704 Production build of v2.16.0</string>
|
||||
</dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
|
||||
@ -148,6 +148,7 @@ public class SignalCall: NSObject, CallManagerCallReference {
|
||||
guard let groupCall = Self.callService.callManager.createGroupCall(
|
||||
groupId: thread.groupModel.groupId,
|
||||
sfuUrl: sfuURL,
|
||||
hkdfExtraInfo: Data.init(),
|
||||
videoCaptureController: videoCaptureController
|
||||
) else {
|
||||
owsFailDebug("Failed to create group call")
|
||||
|
||||
2
ThirdParty/RingRTC
vendored
2
ThirdParty/RingRTC
vendored
@ -1 +1 @@
|
||||
Subproject commit d60e0d99f3a00c2bf8774dffb7fa626a43e95ebe
|
||||
Subproject commit e5b6c25bf0cffce4ad88af69a54f5d1c39068aa0
|
||||
2
ThirdParty/SignalRingRTC.podspec
vendored
2
ThirdParty/SignalRingRTC.podspec
vendored
@ -8,7 +8,7 @@
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "SignalRingRTC"
|
||||
s.version = "2.15.0"
|
||||
s.version = "2.16.0"
|
||||
s.summary = "A Swift & Objective-C library used by the Signal iOS app for WebRTC interactions."
|
||||
|
||||
s.description = <<-DESC
|
||||
|
||||
2
ThirdParty/WebRTC
vendored
2
ThirdParty/WebRTC
vendored
@ -1 +1 @@
|
||||
Subproject commit 1ab326495ab7915dbd74fc3049c45a05fa038b37
|
||||
Subproject commit 0c2bab0285b8e10879ee59daa3c048e503a89704
|
||||
Loading…
Reference in New Issue
Block a user