Skip to content

Commit

Permalink
Updated SDK versions (#1410)
Browse files Browse the repository at this point in the history
# Description

- Updated SDK versions

### Pre-launch Checklist

- [x] The [Documentation] is updated accordingly, or this PR doesn't
require it.
- [x] I have updated the `ExampleAppChangelog.txt` file with relevant
changes.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I added new tests to check the change I am making, or this PR is
test-exempt.
- [x] All existing and new tests are passing.

<!-- Links -->

[Documentation]: https://www.100ms.live/docs
  • Loading branch information
ygit authored Jul 23, 2024
2 parents a47eab5 + e46fe9f commit 5ecc92f
Show file tree
Hide file tree
Showing 12 changed files with 330 additions and 395 deletions.
6 changes: 3 additions & 3 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ lint:
disabled:
- osv-scanner
enabled:
- vale@3.6.1
- vale@3.7.0
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected].191
- [email protected].198
- [email protected]
- trufflehog@3.79.0
- trufflehog@3.80.1
- [email protected]
- [email protected]
- [email protected]
Expand Down
8 changes: 4 additions & 4 deletions packages/react-native-hms/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ PODS:
- HMSHLSPlayerSDK (0.0.2):
- HMSAnalyticsSDK (= 0.0.2)
- HMSNoiseCancellationModels (1.0.0)
- HMSSDK (1.14.1):
- HMSSDK (1.15.0):
- HMSAnalyticsSDK (= 0.0.2)
- HMSWebRTC (= 1.0.6170)
- HMSWebRTC (1.0.6170)
Expand Down Expand Up @@ -297,7 +297,7 @@ PODS:
- HMSBroadcastExtensionSDK (= 0.0.9)
- HMSHLSPlayerSDK (= 0.0.2)
- HMSNoiseCancellationModels (= 1.0.0)
- HMSSDK (= 1.14.1)
- HMSSDK (= 1.15.0)
- React-Core
- react-native-safe-area-context (3.4.1):
- React-Core
Expand Down Expand Up @@ -633,7 +633,7 @@ SPEC CHECKSUMS:
HMSBroadcastExtensionSDK: d80fe325f6c928bd8e5176290b5a4b7ae15d6fbb
HMSHLSPlayerSDK: 6a54ad4d12f3dc2270d1ecd24019d71282a4f6a3
HMSNoiseCancellationModels: a3bda1405a16015632f4bcabd46ce48f35103b02
HMSSDK: 389e692c315efd6abe1932e2dab4859ebb5cd60d
HMSSDK: fc3d2141c654e9fdca7f27c290c17b6b61b9dc92
HMSWebRTC: b5ffaf5d6133ae2a4c841beaf1e5e4fe06d0fb07
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
Expand All @@ -653,7 +653,7 @@ SPEC CHECKSUMS:
react-native-avoid-softinput: 71a692888f0c1d426ad9045dc8325773583962cd
react-native-camera: 3eae183c1d111103963f3dd913b65d01aef8110f
react-native-document-picker: cd4d6b36a5207ad7a9e599ebb9eb0c2e84fa0b87
react-native-hms: 72cb0142701cffb81ebc7150a66d9ca1be0dbf32
react-native-hms: 2335c4b5b4cc078341cd2915a749c81e80e743ed
react-native-safe-area-context: 9e40fb181dac02619414ba1294d6c2a807056ab9
react-native-simple-toast: 8ee5d23f0b92b935ab7434cdb65159ce12dfb4b7
React-perflogger: 5a890ca0911669421b7611661e9b58f91c805f5c
Expand Down
141 changes: 64 additions & 77 deletions packages/react-native-hms/example/package-lock.json

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

Loading

0 comments on commit 5ecc92f

Please sign in to comment.