File tree Expand file tree Collapse file tree 4 files changed +15
-10
lines changed
sample-apps/react-native/dogfood
StreamReactNativeVideoSDKSample Expand file tree Collapse file tree 4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -1145,10 +1145,10 @@ PODS:
1145
1145
- RCT-Folly (= 2022.05.16.00)
1146
1146
- React-Core
1147
1147
- stream-react-native-webrtc
1148
- - stream-react-native-webrtc (125.0.0-alpha .1):
1148
+ - stream-react-native-webrtc (125.0.0-rc .1):
1149
1149
- React-Core
1150
1150
- WebRTC-SDK (~> 125.6422.05)
1151
- - stream-video-react-native (1.2.10 ):
1151
+ - stream-video-react-native (1.2.12 ):
1152
1152
- glog
1153
1153
- RCT-Folly (= 2022.05.16.00)
1154
1154
- React-Core
@@ -1478,8 +1478,8 @@ SPEC CHECKSUMS:
1478
1478
RNVoipPushNotification: 543e18f83089134a35e7f1d2eba4c8b1f7776b08
1479
1479
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
1480
1480
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
1483
1483
TOCropViewController: 80b8985ad794298fb69d3341de183f33d1853654
1484
1484
WebRTC-SDK: 1990a1a595bd0b59c17485ce13ff17f575732c12
1485
1485
Yoga: 1b901a6d6eeba4e8a2e8f308f708691cdb5db312
Original file line number Diff line number Diff line change 13
13
// @react-native-community/push-notification-ios
14
14
#import < UserNotifications/UserNotifications.h>
15
15
#import < RNCPushNotificationIOS.h>
16
+ #import < WebRTCModuleOptions.h>
16
17
17
18
#import " StreamVideoReactNative.h"
18
19
@@ -123,6 +124,10 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
123
124
UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter ];
124
125
center.delegate = self;
125
126
127
+ WebRTCModuleOptions *options = [WebRTCModuleOptions sharedInstance ];
128
+ // uncomment below to see native webrtc logs
129
+ // options.loggingSeverity = RTCLoggingSeverityInfo;
130
+
126
131
return [super application: application didFinishLaunchingWithOptions: launchOptions];
127
132
}
128
133
Original file line number Diff line number Diff line change 30
30
"@react-navigation/native" : " ^6.1.10" ,
31
31
"@react-navigation/native-stack" : " ^6.9.18" ,
32
32
"@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" ,
34
34
"@stream-io/video-filters-react-native" : " workspace:^" ,
35
35
"@stream-io/video-react-native-sdk" : " workspace:^" ,
36
36
"react" : " 18.2.0" ,
Original file line number Diff line number Diff line change @@ -7760,16 +7760,16 @@ __metadata:
7760
7760
languageName: node
7761
7761
linkType: hard
7762
7762
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"
7766
7766
dependencies:
7767
7767
base64-js: 1.5.1
7768
7768
debug: 4.3.4
7769
7769
event-target-shim: 6.0.2
7770
7770
peerDependencies:
7771
7771
react-native: ">=0.60.0"
7772
- checksum: 582eb9b32548484af02821d2d46d96885066c296324d0ac29b019a674a77e5a941c1ec6cdc8b19f7ae4da80e75ee7c9d8a9efb0dfaaab9533abc524dc4db383d
7772
+ checksum: 1f2046eea92d128244949ec87f0ff92cc4a1940c56dc14e23ba41b6237048073c9db36f4b0c7fddfccda75dbbb532404d9425e97fe96ad18a983e7ec00213505
7773
7773
languageName: node
7774
7774
linkType: hard
7775
7775
@@ -7989,7 +7989,7 @@ __metadata:
7989
7989
"@rnx-kit/metro-config": ^1.3.3
7990
7990
"@rnx-kit/metro-resolver-symlinks": ^0.1.22
7991
7991
"@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
7993
7993
"@stream-io/video-filters-react-native": "workspace:^"
7994
7994
"@stream-io/video-react-native-sdk": "workspace:^"
7995
7995
"@types/eslint": ^8.56.10
You can’t perform that action at this time.
0 commit comments