Skip to content

Commit

Permalink
chore: update @livekit/react-native-webrtc to 125.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Aug 5, 2024
1 parent c8dbae9 commit 7bc0999
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 32 deletions.
14 changes: 7 additions & 7 deletions ci/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ PODS:
- hermes-engine (0.74.2):
- hermes-engine/Pre-built (= 0.74.2)
- hermes-engine/Pre-built (0.74.2)
- livekit-react-native (2.2.0):
- livekit-react-native (2.3.1):
- livekit-react-native-webrtc
- React-Core
- livekit-react-native-webrtc (125.0.0):
- livekit-react-native-webrtc (125.0.2):
- React-Core
- WebRTC-SDK (~> 125.6422.02)
- WebRTC-SDK (~> 125.6422.04)
- RCT-Folly (2024.01.01.00):
- boost
- DoubleConversion
Expand Down Expand Up @@ -1171,7 +1171,7 @@ PODS:
- React-perflogger (= 0.74.2)
- React-utils (= 0.74.2)
- SocketRocket (0.7.0)
- WebRTC-SDK (125.6422.02)
- WebRTC-SDK (125.6422.04)
- Yoga (0.0.0)

DEPENDENCIES:
Expand Down Expand Up @@ -1361,8 +1361,8 @@ SPEC CHECKSUMS:
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
hermes-engine: 01d3e052018c2a13937aca1860fbedbccd4a41b7
livekit-react-native: 86571071c5daaf2b925396119a0de57c1ed9126c
livekit-react-native-webrtc: 480dba8e56c3e1cc6c8574dcb8686db2578891cb
livekit-react-native: 97dde0e67c92fea3098b2862ca4c10f4acb0fd4d
livekit-react-native-webrtc: 3498ffc57fb23d78ff2349e5bbf387c29fdb6d8a
RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47
RCTDeprecation: b03c35057846b685b3ccadc9bfe43e349989cdb2
RCTRequired: 194626909cfa8d39ca6663138c417bc6c431648c
Expand Down Expand Up @@ -1411,7 +1411,7 @@ SPEC CHECKSUMS:
React-utils: 4476b7fcbbd95cfd002f3e778616155241d86e31
ReactCommon: ecad995f26e0d1e24061f60f4e5d74782f003f12
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
WebRTC-SDK: 5319b8964f453c5ea6030d93c345082c4f40aa1c
WebRTC-SDK: c3d69a87e7185fad3568f6f3cff7c9ac5890acf3
Yoga: ae3c32c514802d30f687a04a6a35b348506d411f

PODFILE CHECKSUM: 7927865c347f4d00f3934d2c6585d16bb3e659e6
Expand Down
2 changes: 1 addition & 1 deletion ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@livekit/react-native": "*",
"@livekit/react-native-webrtc": "^125.0.0",
"@livekit/react-native-webrtc": "^125.0.2",
"react": "18.2.0",
"react-native": "0.74.2"
},
Expand Down
10 changes: 5 additions & 5 deletions ci/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2158,16 +2158,16 @@ __metadata:
languageName: node
linkType: hard

"@livekit/react-native-webrtc@npm:^125.0.0":
version: 125.0.0
resolution: "@livekit/react-native-webrtc@npm:125.0.0"
"@livekit/react-native-webrtc@npm:^125.0.2":
version: 125.0.2
resolution: "@livekit/react-native-webrtc@npm:125.0.2"
dependencies:
base64-js: 1.5.1
debug: 4.3.4
event-target-shim: 6.0.2
peerDependencies:
react-native: ">=0.60.0"
checksum: 4d35600b3264299f9e4cfcb49d3e8be4630bf86084e8013a75ed5b7136de70a6327adf90c27d142334b741b9c48da2d2c6ec03d65339440dfd44188c3b2b1a0c
checksum: 60ac6ff17c46ac0657f13224f4de944e78cd930fc271e978d03afcd5ca532795d24318f0e6851e71cb195e6838e3c8778d4946817b13d12152939343a981cd2e
languageName: node
linkType: hard

Expand Down Expand Up @@ -3856,7 +3856,7 @@ __metadata:
"@babel/preset-env": ^7.20.0
"@babel/runtime": ^7.20.0
"@livekit/react-native": "*"
"@livekit/react-native-webrtc": ^125.0.0
"@livekit/react-native-webrtc": ^125.0.2
"@react-native/babel-preset": 0.74.84
"@react-native/eslint-config": 0.74.84
"@react-native/metro-config": 0.74.84
Expand Down
7 changes: 7 additions & 0 deletions example/ios/LivekitReactNativeExample/AppDelegate.mm
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
#import "AppDelegate.h"
#import "LivekitReactNative.h"
#import <React/RCTBundleURLProvider.h>
#import <WebRTC/WebRTC.h>
#import "WebRTCModule.h"
#import "WebRTCModuleOptions.h"

@implementation AppDelegate

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[LivekitReactNative setup];
WebRTCModuleOptions *options = [WebRTCModuleOptions sharedInstance];
// Optional for debugging WebRTC issues.
options.loggingSeverity = RTCLoggingSeverityInfo;
self.moduleName = @"LivekitReactNativeExample";

// You can add your custom initial props in the dictionary below.
// They will be passed down to the ViewController used by React Native.
self.initialProps = @{};
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ PODS:
- livekit-react-native (2.3.1):
- livekit-react-native-webrtc
- React-Core
- livekit-react-native-webrtc (125.0.0):
- livekit-react-native-webrtc (125.0.2):
- React-Core
- WebRTC-SDK (~> 125.6422.02)
- WebRTC-SDK (~> 125.6422.04)
- RCT-Folly (2024.01.01.00):
- boost
- DoubleConversion
Expand Down Expand Up @@ -1199,7 +1199,7 @@ PODS:
- ReactCommon/turbomodule/core
- Yoga
- SocketRocket (0.7.0)
- WebRTC-SDK (125.6422.02)
- WebRTC-SDK (125.6422.04)
- Yoga (0.0.0)

DEPENDENCIES:
Expand Down Expand Up @@ -1402,7 +1402,7 @@ SPEC CHECKSUMS:
glog: fdfdfe5479092de0c4bdbebedd9056951f092c4f
hermes-engine: 01d3e052018c2a13937aca1860fbedbccd4a41b7
livekit-react-native: 97dde0e67c92fea3098b2862ca4c10f4acb0fd4d
livekit-react-native-webrtc: 480dba8e56c3e1cc6c8574dcb8686db2578891cb
livekit-react-native-webrtc: 3498ffc57fb23d78ff2349e5bbf387c29fdb6d8a
RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47
RCTDeprecation: b03c35057846b685b3ccadc9bfe43e349989cdb2
RCTRequired: 194626909cfa8d39ca6663138c417bc6c431648c
Expand Down Expand Up @@ -1455,7 +1455,7 @@ SPEC CHECKSUMS:
RNCAsyncStorage: 0c357f3156fcb16c8589ede67cc036330b6698ca
RNScreens: b32a9ff15bea7fcdbe5dff6477bc503f792b1208
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
WebRTC-SDK: 5319b8964f453c5ea6030d93c345082c4f40aa1c
WebRTC-SDK: c3d69a87e7185fad3568f6f3cff7c9ac5890acf3
Yoga: ae3c32c514802d30f687a04a6a35b348506d411f

PODFILE CHECKSUM: 6fcbd8445e8602c6a7ab17fb1523c62772c821da
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "patch-package"
},
"dependencies": {
"@livekit/react-native-webrtc": "^125.0.0",
"@livekit/react-native-webrtc": "^125.0.2",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
Expand Down
10 changes: 5 additions & 5 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2149,16 +2149,16 @@ __metadata:
languageName: node
linkType: hard

"@livekit/react-native-webrtc@npm:^125.0.0":
version: 125.0.0
resolution: "@livekit/react-native-webrtc@npm:125.0.0"
"@livekit/react-native-webrtc@npm:^125.0.2":
version: 125.0.2
resolution: "@livekit/react-native-webrtc@npm:125.0.2"
dependencies:
base64-js: 1.5.1
debug: 4.3.4
event-target-shim: 6.0.2
peerDependencies:
react-native: ">=0.60.0"
checksum: 4d35600b3264299f9e4cfcb49d3e8be4630bf86084e8013a75ed5b7136de70a6327adf90c27d142334b741b9c48da2d2c6ec03d65339440dfd44188c3b2b1a0c
checksum: 60ac6ff17c46ac0657f13224f4de944e78cd930fc271e978d03afcd5ca532795d24318f0e6851e71cb195e6838e3c8778d4946817b13d12152939343a981cd2e
languageName: node
linkType: hard

Expand Down Expand Up @@ -6079,7 +6079,7 @@ __metadata:
"@babel/core": ^7.20.0
"@babel/preset-env": ^7.20.0
"@babel/runtime": ^7.20.0
"@livekit/react-native-webrtc": ^125.0.0
"@livekit/react-native-webrtc": ^125.0.2
"@react-native-async-storage/async-storage": ^1.17.10
"@react-native/babel-preset": 0.74.84
"@react-native/eslint-config": 0.74.84
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@commitlint/config-conventional": "^16.2.1",
"@livekit/react-native-webrtc": "^114.0.0",
"@livekit/react-native-webrtc": "^125.0.2",
"@react-native/babel-preset": "0.74.84",
"@react-native/eslint-config": "0.74.84",
"@react-native/metro-config": "0.74.84",
Expand All @@ -81,7 +81,7 @@
"typescript": "5.0.4"
},
"peerDependencies": {
"@livekit/react-native-webrtc": "^125.0.0",
"@livekit/react-native-webrtc": "^125.0.2",
"react": "*",
"react-native": "*"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2425,16 +2425,16 @@ __metadata:
languageName: node
linkType: hard

"@livekit/react-native-webrtc@npm:^114.0.0":
version: 114.1.5
resolution: "@livekit/react-native-webrtc@npm:114.1.5"
"@livekit/react-native-webrtc@npm:^125.0.2":
version: 125.0.2
resolution: "@livekit/react-native-webrtc@npm:125.0.2"
dependencies:
base64-js: 1.5.1
debug: 4.3.4
event-target-shim: 6.0.2
peerDependencies:
react-native: ">=0.60.0"
checksum: 030070278da052ecf01a210541b406aa344b0f1754fe537e9857421c9bee0be996a7f4f8413a239e6edb9af3eeed57ba5c52c95ae349c93eb115a9fb591f01f0
checksum: 60ac6ff17c46ac0657f13224f4de944e78cd930fc271e978d03afcd5ca532795d24318f0e6851e71cb195e6838e3c8778d4946817b13d12152939343a981cd2e
languageName: node
linkType: hard

Expand All @@ -2447,7 +2447,7 @@ __metadata:
"@babel/runtime": ^7.20.0
"@commitlint/config-conventional": ^16.2.1
"@livekit/components-react": ^2.0.6
"@livekit/react-native-webrtc": ^114.0.0
"@livekit/react-native-webrtc": ^125.0.2
"@react-native/babel-preset": 0.74.84
"@react-native/eslint-config": 0.74.84
"@react-native/metro-config": 0.74.84
Expand Down Expand Up @@ -2478,7 +2478,7 @@ __metadata:
typescript: 5.0.4
well-known-symbols: ^4.0.0
peerDependencies:
"@livekit/react-native-webrtc": ^125.0.0
"@livekit/react-native-webrtc": ^125.0.2
react: "*"
react-native: "*"
languageName: unknown
Expand Down

0 comments on commit 7bc0999

Please sign in to comment.