Skip to content

Commit

Permalink
Release 1.10.6: Develop to main (#1395)
Browse files Browse the repository at this point in the history
# Description

- Release 1.10.6: Develop to main

### 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 Jun 10, 2024
2 parents 0d598ad + 76882d7 commit 6072fa4
Show file tree
Hide file tree
Showing 147 changed files with 13,593 additions and 1,901 deletions.
20 changes: 10 additions & 10 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
version: 0.1
cli:
version: 1.21.0
version: 1.22.1
plugins:
sources:
- id: trunk
ref: v1.4.5
ref: v1.5.0
uri: https://github.com/trunk-io/plugins
lint:
disabled:
- osv-scanner
enabled:
- [email protected]
- actionlint@1.6.27
- actionlint@1.7.1
- [email protected]
- [email protected]
- [email protected].71
- trivy@0.50.1
- trufflehog@3.71.0
- oxipng@9.0.0
- [email protected].114
- trivy@0.51.4
- trufflehog@3.77.0
- oxipng@9.1.1
- [email protected]
- [email protected]
- svgo@3.2.0
- svgo@3.3.2
- [email protected]
- [email protected]
- [email protected]
- git-diff-check
- markdownlint@0.39.0
- [email protected].1
- markdownlint@0.41.0
- [email protected].2
runtimes:
enabled:
- [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1607,6 +1607,20 @@ class HMSManager(reactContext: ReactApplicationContext) :
}
// endregion

// region Warning on JS side
@ReactMethod
fun addListener(eventName: String) {
// Keep: Required for RN built in Event Emitter Calls.
// Fixes Warning - `new NativeEventEmitter()` was called with a non-null argument without the required `addListener` method.
}

@ReactMethod
fun removeListeners(count: Int) {
// Keep: Required for RN built in Event Emitter Calls.
// Fixes Warning - `new NativeEventEmitter()` was called with a non-null argument without the required `removeListeners` method.
}
// endregion

// region ActivityLifecycleCallbacks

override fun onActivityCreated(
Expand Down
20 changes: 10 additions & 10 deletions packages/react-native-hms/example/android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.921.0)
aws-sdk-core (3.193.0)
aws-partitions (1.929.0)
aws-sdk-core (3.196.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.80.0)
aws-sdk-kms (1.81.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.148.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sdk-s3 (1.151.0)
aws-sdk-core (~> 3, >= 3.194.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (1.8.0)
Expand Down Expand Up @@ -108,13 +108,13 @@ GEM
xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
fastlane-plugin-firebase_app_distribution (0.9.0)
fastlane-plugin-firebase_app_distribution (0.9.1)
google-apis-firebaseappdistribution_v1 (~> 0.3.0)
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
gh_inspector (1.1.3)
google-apis-androidpublisher_v3 (0.62.0)
google-apis-androidpublisher_v3 (0.63.0)
google-apis-core (>= 0.14.0, < 2.a)
google-apis-core (0.14.1)
google-apis-core (0.15.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (~> 1.9)
httpclient (>= 2.8.1, < 3.a)
Expand Down Expand Up @@ -165,7 +165,7 @@ GEM
mini_magick (4.12.0)
mini_mime (1.1.5)
multi_json (1.15.0)
multipart-post (2.4.0)
multipart-post (2.4.1)
nanaimo (0.3.0)
naturally (2.2.1)
nkf (0.2.0)
Expand Down Expand Up @@ -224,4 +224,4 @@ DEPENDENCIES
fastlane-plugin-firebase_app_distribution

BUNDLED WITH
2.5.4
2.5.9
18 changes: 9 additions & 9 deletions packages/react-native-hms/example/ios/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.921.0)
aws-sdk-core (3.193.0)
aws-partitions (1.929.0)
aws-sdk-core (3.196.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.80.0)
aws-sdk-kms (1.81.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.148.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sdk-s3 (1.151.0)
aws-sdk-core (~> 3, >= 3.194.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (1.8.0)
Expand Down Expand Up @@ -109,9 +109,9 @@ GEM
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
gh_inspector (1.1.3)
google-apis-androidpublisher_v3 (0.62.0)
google-apis-androidpublisher_v3 (0.63.0)
google-apis-core (>= 0.14.0, < 2.a)
google-apis-core (0.14.1)
google-apis-core (0.15.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (~> 1.9)
httpclient (>= 2.8.1, < 3.a)
Expand Down Expand Up @@ -158,7 +158,7 @@ GEM
mini_magick (4.12.0)
mini_mime (1.1.5)
multi_json (1.15.0)
multipart-post (2.4.0)
multipart-post (2.4.1)
nanaimo (0.3.0)
naturally (2.2.1)
nkf (0.2.0)
Expand Down Expand Up @@ -216,4 +216,4 @@ DEPENDENCIES
fastlane

BUNDLED WITH
2.5.4
2.5.9
16 changes: 8 additions & 8 deletions packages/react-native-hms/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ PODS:
- HMSHLSPlayerSDK (0.0.2):
- HMSAnalyticsSDK (= 0.0.2)
- HMSNoiseCancellationModels (1.0.0)
- HMSSDK (1.9.0):
- HMSSDK (1.11.0):
- HMSAnalyticsSDK (= 0.0.2)
- HMSWebRTC (= 1.0.6168)
- HMSWebRTC (1.0.6168)
- HMSWebRTC (= 1.0.6169)
- HMSWebRTC (1.0.6169)
- libevent (2.1.12)
- OpenSSL-Universal (1.1.180)
- Permission-Camera (3.4.0):
Expand Down Expand Up @@ -293,11 +293,11 @@ PODS:
- React-Core
- react-native-document-picker (8.2.2):
- React-Core
- react-native-hms (1.10.5):
- react-native-hms (1.10.6):
- HMSBroadcastExtensionSDK (= 0.0.9)
- HMSHLSPlayerSDK (= 0.0.2)
- HMSNoiseCancellationModels (= 1.0.0)
- HMSSDK (= 1.9.0)
- HMSSDK (= 1.11.0)
- React-Core
- react-native-safe-area-context (3.4.1):
- React-Core
Expand Down Expand Up @@ -633,8 +633,8 @@ SPEC CHECKSUMS:
HMSBroadcastExtensionSDK: d80fe325f6c928bd8e5176290b5a4b7ae15d6fbb
HMSHLSPlayerSDK: 6a54ad4d12f3dc2270d1ecd24019d71282a4f6a3
HMSNoiseCancellationModels: a3bda1405a16015632f4bcabd46ce48f35103b02
HMSSDK: 96bdafc1c610aabfecd1155ad7e3c1bc45b3a6cb
HMSWebRTC: a302f0d6c94f7bee94f3265adb7bb1c6569e7ee5
HMSSDK: cdba5b12c080832d135af7bbc4ca6282b0e171ac
HMSWebRTC: 8f51ba33a0e505e17ebf3d7b37bcdca266751a13
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
Permission-Camera: 40f43388fa8a648dc6ced73f145ef329ab3ff3fe
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: c874b5220b21f950ca692c03815bbcf8c1522fac
react-native-hms: 75cca28d8cd59476e22f1fed4809a4aded367786
react-native-safe-area-context: 9e40fb181dac02619414ba1294d6c2a807056ab9
react-native-simple-toast: 8ee5d23f0b92b935ab7434cdb65159ce12dfb4b7
React-perflogger: 5a890ca0911669421b7611661e9b58f91c805f5c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ class SampleHandler: RPBroadcastSampleHandler {
userInfo: [NSLocalizedFailureReasonErrorKey: "You are not in a meeting."]))
}
}
break
case RPSampleBufferType.audioApp:
case RPSampleBufferType.audioApp:
_ = self.screenRenderer.process(audioSampleBuffer: sampleBuffer)
break
case RPSampleBufferType.audioMic:
// Handle audio sample buffer for mic audio
break
Expand Down
Loading

0 comments on commit 6072fa4

Please sign in to comment.