Skip to content

Commit

Permalink
fix(rn) fix audio loss when switching to the bridge
Browse files Browse the repository at this point in the history
The issue was fixed in RN WebRTC.
  • Loading branch information
saghul committed Aug 14, 2024
1 parent 7115919 commit ba06121
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ PODS:
- react-native-video/Video (6.0.0-alpha.11):
- PromisesSwift
- React-Core
- react-native-webrtc (124.0.3):
- react-native-webrtc (124.0.4):
- JitsiWebRTC (~> 124.0.0)
- React-Core
- react-native-webview (13.8.7):
Expand Down Expand Up @@ -1562,7 +1562,7 @@ SPEC CHECKSUMS:
react-native-slider: 1cdd6ba29675df21f30544253bf7351d3c2d68c4
react-native-splash-screen: 4312f786b13a81b5169ef346d76d33bc0c6dc457
react-native-video: 472b7c366eaaaa0207e546d9a50410df89790bcf
react-native-webrtc: 41f6602490c618e3ec0e2108e46b84e2c731c127
react-native-webrtc: 48295e7228279470c4f5acb38570e170723bd3b2
react-native-webview: a9663e81c7acc865b88632e43a164838f00745f6
React-nativeconfig: 2e44d0d2dd222b12a5183f4bcaa4a91881497acb
React-NativeModulesApple: 464a9590389efd364d45d726a35ef7ade6b5c59a
Expand Down
15 changes: 7 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"react-native-url-polyfill": "2.0.0",
"react-native-video": "6.0.0-alpha.11",
"react-native-watch-connectivity": "1.1.0",
"react-native-webrtc": "124.0.3",
"react-native-webrtc": "124.0.4",
"react-native-webview": "13.8.7",
"react-native-youtube-iframe": "2.3.0",
"react-redux": "7.2.9",
Expand Down

0 comments on commit ba06121

Please # to comment.