Skip to content

Commit 52d7a61

Browse files
committed
chore: update rn dogfood to webrtc 125 rc-1
1 parent 4ec9488 commit 52d7a61

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

sample-apps/react-native/dogfood/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,10 +1145,10 @@ PODS:
11451145
- RCT-Folly (= 2022.05.16.00)
11461146
- React-Core
11471147
- stream-react-native-webrtc
1148-
- stream-react-native-webrtc (125.0.0-alpha.1):
1148+
- stream-react-native-webrtc (125.0.0-rc.1):
11491149
- React-Core
11501150
- WebRTC-SDK (~> 125.6422.05)
1151-
- stream-video-react-native (1.2.10):
1151+
- stream-video-react-native (1.2.12):
11521152
- glog
11531153
- RCT-Folly (= 2022.05.16.00)
11541154
- React-Core
@@ -1478,8 +1478,8 @@ SPEC CHECKSUMS:
14781478
RNVoipPushNotification: 543e18f83089134a35e7f1d2eba4c8b1f7776b08
14791479
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
14801480
stream-io-video-filters-react-native: 8c345e6adf5164646696d45f9962c4199b2fe3b9
1481-
stream-react-native-webrtc: e3a201b101ee5dc194daf8915aeacc54f0ba53c5
1482-
stream-video-react-native: fc9c932706eba2416db5416335f69bd33d64d7ab
1481+
stream-react-native-webrtc: 976646e6e3643d331fc4da20e4be04ea16af295b
1482+
stream-video-react-native: f6aa195dbaf9f72945ad2d16d709dc1e40ceee2b
14831483
TOCropViewController: 80b8985ad794298fb69d3341de183f33d1853654
14841484
WebRTC-SDK: 1990a1a595bd0b59c17485ce13ff17f575732c12
14851485
Yoga: 1b901a6d6eeba4e8a2e8f308f708691cdb5db312

sample-apps/react-native/dogfood/ios/StreamReactNativeVideoSDKSample/AppDelegate.mm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// @react-native-community/push-notification-ios
1414
#import <UserNotifications/UserNotifications.h>
1515
#import <RNCPushNotificationIOS.h>
16+
#import <WebRTCModuleOptions.h>
1617

1718
#import "StreamVideoReactNative.h"
1819

@@ -123,6 +124,10 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
123124
UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter];
124125
center.delegate = self;
125126

127+
WebRTCModuleOptions *options = [WebRTCModuleOptions sharedInstance];
128+
// uncomment below to see native webrtc logs
129+
// options.loggingSeverity = RTCLoggingSeverityInfo;
130+
126131
return [super application:application didFinishLaunchingWithOptions:launchOptions];
127132
}
128133

sample-apps/react-native/dogfood/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@react-navigation/native": "^6.1.10",
3131
"@react-navigation/native-stack": "^6.9.18",
3232
"@stream-io/flat-list-mvcp": "^0.10.3",
33-
"@stream-io/react-native-webrtc": "125.0.0-alpha.1",
33+
"@stream-io/react-native-webrtc": "125.0.0-rc.1",
3434
"@stream-io/video-filters-react-native": "workspace:^",
3535
"@stream-io/video-react-native-sdk": "workspace:^",
3636
"react": "18.2.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7760,16 +7760,16 @@ __metadata:
77607760
languageName: node
77617761
linkType: hard
77627762

7763-
"@stream-io/react-native-webrtc@npm:125.0.0-alpha.1":
7764-
version: 125.0.0-alpha.1
7765-
resolution: "@stream-io/react-native-webrtc@npm:125.0.0-alpha.1"
7763+
"@stream-io/react-native-webrtc@npm:125.0.0-rc.1":
7764+
version: 125.0.0-rc.1
7765+
resolution: "@stream-io/react-native-webrtc@npm:125.0.0-rc.1"
77667766
dependencies:
77677767
base64-js: 1.5.1
77687768
debug: 4.3.4
77697769
event-target-shim: 6.0.2
77707770
peerDependencies:
77717771
react-native: ">=0.60.0"
7772-
checksum: 582eb9b32548484af02821d2d46d96885066c296324d0ac29b019a674a77e5a941c1ec6cdc8b19f7ae4da80e75ee7c9d8a9efb0dfaaab9533abc524dc4db383d
7772+
checksum: 1f2046eea92d128244949ec87f0ff92cc4a1940c56dc14e23ba41b6237048073c9db36f4b0c7fddfccda75dbbb532404d9425e97fe96ad18a983e7ec00213505
77737773
languageName: node
77747774
linkType: hard
77757775

@@ -7989,7 +7989,7 @@ __metadata:
79897989
"@rnx-kit/metro-config": ^1.3.3
79907990
"@rnx-kit/metro-resolver-symlinks": ^0.1.22
79917991
"@stream-io/flat-list-mvcp": ^0.10.3
7992-
"@stream-io/react-native-webrtc": 125.0.0-alpha.1
7992+
"@stream-io/react-native-webrtc": 125.0.0-rc.1
79937993
"@stream-io/video-filters-react-native": "workspace:^"
79947994
"@stream-io/video-react-native-sdk": "workspace:^"
79957995
"@types/eslint": ^8.56.10

0 commit comments

Comments
 (0)