Skip to content

Commit

Permalink
chore: update rn dogfood to webrtc 125 rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshvai committed Nov 6, 2024
1 parent 4ec9488 commit 52d7a61
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
8 changes: 4 additions & 4 deletions sample-apps/react-native/dogfood/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1145,10 +1145,10 @@ PODS:
- RCT-Folly (= 2022.05.16.00)
- React-Core
- stream-react-native-webrtc
- stream-react-native-webrtc (125.0.0-alpha.1):
- stream-react-native-webrtc (125.0.0-rc.1):
- React-Core
- WebRTC-SDK (~> 125.6422.05)
- stream-video-react-native (1.2.10):
- stream-video-react-native (1.2.12):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -1478,8 +1478,8 @@ SPEC CHECKSUMS:
RNVoipPushNotification: 543e18f83089134a35e7f1d2eba4c8b1f7776b08
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
stream-io-video-filters-react-native: 8c345e6adf5164646696d45f9962c4199b2fe3b9
stream-react-native-webrtc: e3a201b101ee5dc194daf8915aeacc54f0ba53c5
stream-video-react-native: fc9c932706eba2416db5416335f69bd33d64d7ab
stream-react-native-webrtc: 976646e6e3643d331fc4da20e4be04ea16af295b
stream-video-react-native: f6aa195dbaf9f72945ad2d16d709dc1e40ceee2b
TOCropViewController: 80b8985ad794298fb69d3341de183f33d1853654
WebRTC-SDK: 1990a1a595bd0b59c17485ce13ff17f575732c12
Yoga: 1b901a6d6eeba4e8a2e8f308f708691cdb5db312
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// @react-native-community/push-notification-ios
#import <UserNotifications/UserNotifications.h>
#import <RNCPushNotificationIOS.h>
#import <WebRTCModuleOptions.h>

#import "StreamVideoReactNative.h"

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

WebRTCModuleOptions *options = [WebRTCModuleOptions sharedInstance];
// uncomment below to see native webrtc logs
// options.loggingSeverity = RTCLoggingSeverityInfo;

return [super application:application didFinishLaunchingWithOptions:launchOptions];
}

Expand Down
2 changes: 1 addition & 1 deletion sample-apps/react-native/dogfood/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@react-navigation/native": "^6.1.10",
"@react-navigation/native-stack": "^6.9.18",
"@stream-io/flat-list-mvcp": "^0.10.3",
"@stream-io/react-native-webrtc": "125.0.0-alpha.1",
"@stream-io/react-native-webrtc": "125.0.0-rc.1",
"@stream-io/video-filters-react-native": "workspace:^",
"@stream-io/video-react-native-sdk": "workspace:^",
"react": "18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7760,16 +7760,16 @@ __metadata:
languageName: node
linkType: hard

"@stream-io/react-native-webrtc@npm:125.0.0-alpha.1":
version: 125.0.0-alpha.1
resolution: "@stream-io/react-native-webrtc@npm:125.0.0-alpha.1"
"@stream-io/react-native-webrtc@npm:125.0.0-rc.1":
version: 125.0.0-rc.1
resolution: "@stream-io/react-native-webrtc@npm:125.0.0-rc.1"
dependencies:
base64-js: 1.5.1
debug: 4.3.4
event-target-shim: 6.0.2
peerDependencies:
react-native: ">=0.60.0"
checksum: 582eb9b32548484af02821d2d46d96885066c296324d0ac29b019a674a77e5a941c1ec6cdc8b19f7ae4da80e75ee7c9d8a9efb0dfaaab9533abc524dc4db383d
checksum: 1f2046eea92d128244949ec87f0ff92cc4a1940c56dc14e23ba41b6237048073c9db36f4b0c7fddfccda75dbbb532404d9425e97fe96ad18a983e7ec00213505
languageName: node
linkType: hard

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

0 comments on commit 52d7a61

Please sign in to comment.