Skip to content

Commit 55af40a

Browse files
authored
feat: switch to Stream's WebRTC fork for iOS (#11)
* feat: switch to Stream's WebRTC fork for iOS * 125.1.0-rc.3 * chore: upgrade to 125.6422.070 * 125.1.0-rc.4
1 parent 9ec664b commit 55af40a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stream-io/react-native-webrtc",
3-
"version": "125.0.8",
3+
"version": "125.1.0-rc.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/GetStream/react-native-webrtc.git"

stream-react-native-webrtc.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.libraries = 'c', 'sqlite3', 'stdc++'
2020
s.framework = 'AudioToolbox','AVFoundation', 'CoreAudio', 'CoreGraphics', 'CoreVideo', 'GLKit', 'VideoToolbox'
2121
s.dependency 'React-Core'
22-
s.dependency 'WebRTC-SDK', '~>125.6422.07'
22+
s.dependency 'StreamWebRTC', '~>125.6422.070'
2323
# Swift/Objective-C compatibility #https://blog.cocoapods.org/CocoaPods-1.5.0/
2424
s.pod_target_xcconfig = {
2525
'DEFINES_MODULE' => 'YES'

0 commit comments

Comments
 (0)