-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.9.0: Develop to main #1240
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fastlane script run working changes
added handraise first class APIs
* added github actions * updated workflow name * updated ReadMe * updated build script * Update README.md
* added peer list updated event * added peer list iterator APIs * added peer list iterator implementation * updated check * feat(sdk): ✨ added `ON_PEER_LIST_UPDATED` event on RN SDK * fix(sdk): 🐛 added `sdkId` in `ON_PEER_LIST_UPDATED` event payload * feat(prebuilt): ✨ added `ON_PEER_LIST_UPDATED` event usage * added iOS implementation for onPeerListUpdate event * updated example app changelog * released sample app version 2.3.75 (326) ⚛️ * updated changelog * converting types to Double before adding to list * resolved lint warnings * released sample app version 2.3.77 (328) ⚛️ * fix(sdk): 🐛 `lowerLocalPeerHand` api not working * refactor(sdk): ♻️ peerlistiterator code refactoring and minor change --------- Co-authored-by: Jatin Nagar <[email protected]>
* added peer list updated event * added peer list iterator APIs * added peer list iterator implementation * updated check * feat(sdk): ✨ added `ON_PEER_LIST_UPDATED` event on RN SDK * fix(sdk): 🐛 added `sdkId` in `ON_PEER_LIST_UPDATED` event payload * feat(prebuilt): ✨ added `ON_PEER_LIST_UPDATED` event usage * added iOS implementation for onPeerListUpdate event * updated example app changelog * released sample app version 2.3.75 (326) ⚛️ * updated changelog * converting types to Double before adding to list * resolved lint warnings * released sample app version 2.3.77 (328) ⚛️ * feat(sdk): ✨ added auto enter pip support in android * refactor(example-app): usage of `enterPipMode` method * feat(prebuilt): ✨ added auto enter pip support in prebuilt * feat(example-app): ✨ added auto enter pip support in example app * updated podfile * feat(sdk): ✨ added auto enter pip support for android sdk less than 12 * feat(example-app): ✨ added auto enter pip support in example app for android sdk less than 12 * fix(sdk): 🐛 `lowerLocalPeerHand` api not working * build(prebuilt): removed `react-native-keyboard-controller` lib it was causing issues with pip window * released sample app version 2.3.78 (329) and 2.3.80 (331) ⚛️ * refactor(sdk): ♻️ peerlistiterator code refactoring and minor change --------- Co-authored-by: Yogesh Singh <[email protected]> Co-authored-by: ygit <[email protected]>
* added peer list updated event * added peer list iterator APIs * added peer list iterator implementation * updated check * feat(sdk): ✨ added `ON_PEER_LIST_UPDATED` event on RN SDK * fix(sdk): 🐛 added `sdkId` in `ON_PEER_LIST_UPDATED` event payload * feat(prebuilt): ✨ added `ON_PEER_LIST_UPDATED` event usage * added iOS implementation for onPeerListUpdate event * updated example app changelog * released sample app version 2.3.75 (326) ⚛️ * updated changelog * converting types to Double before adding to list * resolved lint warnings * released sample app version 2.3.77 (328) ⚛️ * feat(sdk): ✨ added auto enter pip support in android * refactor(example-app): usage of `enterPipMode` method * feat(prebuilt): ✨ added auto enter pip support in prebuilt * feat(example-app): ✨ added auto enter pip support in example app * updated podfile * feat(sdk): ✨ added auto enter pip support for android sdk less than 12 * feat(example-app): ✨ added auto enter pip support in example app for android sdk less than 12 * fix(sdk): 🐛 `lowerLocalPeerHand` api not working * build(prebuilt): removed `react-native-keyboard-controller` lib it was causing issues with pip window * released sample app version 2.3.78 (329) and 2.3.80 (331) ⚛️ * refactor(sdk): ♻️ peerlistiterator code refactoring and minor change * fix(prebuilt): 💄 light theme color fixes * released sample app version 2.3.81 (332) ⚛️ * fix(prebuilt): ✨ ligth theme issue in "Welcome to Meeting" screen --------- Co-authored-by: Yogesh Singh <[email protected]> Co-authored-by: ygit <[email protected]>
* added peer list updated event * added peer list iterator APIs * added peer list iterator implementation * updated check * feat(sdk): ✨ added `ON_PEER_LIST_UPDATED` event on RN SDK * fix(sdk): 🐛 added `sdkId` in `ON_PEER_LIST_UPDATED` event payload * feat(prebuilt): ✨ added `ON_PEER_LIST_UPDATED` event usage * added iOS implementation for onPeerListUpdate event * updated example app changelog * released sample app version 2.3.75 (326) ⚛️ * updated changelog * converting types to Double before adding to list * resolved lint warnings * released sample app version 2.3.77 (328) ⚛️ * feat(sdk): ✨ added auto enter pip support in android * refactor(example-app): usage of `enterPipMode` method * feat(prebuilt): ✨ added auto enter pip support in prebuilt * feat(example-app): ✨ added auto enter pip support in example app * updated podfile * feat(sdk): ✨ added auto enter pip support for android sdk less than 12 * feat(example-app): ✨ added auto enter pip support in example app for android sdk less than 12 * fix(sdk): 🐛 `lowerLocalPeerHand` api not working * build(prebuilt): removed `react-native-keyboard-controller` lib it was causing issues with pip window * released sample app version 2.3.78 (329) and 2.3.80 (331) ⚛️ * refactor(sdk): ♻️ peerlistiterator code refactoring and minor change * fix(prebuilt): 💄 light theme color fixes * released sample app version 2.3.81 (332) ⚛️ * fix(prebuilt): ✨ ligth theme issue in "Welcome to Meeting" screen * fix(prebuilt): 🐛 change name feature were not available for all roles viewer-realtime, viewer-near-realtime and viewer-on-stage roles were not getting "change name" option * released sample app version 2.3.82 (333) ⚛️ * fix(sdk): 🐛 lower local peer hand api on ios * updated 100ms android and ios dependencies * released sample app version 2.3.83 (334) ⚛️ --------- Co-authored-by: Yogesh Singh <[email protected]> Co-authored-by: ygit <[email protected]>
* refactor(sdk): 🔥 commented `getPeerListIterator` method on `HMSSDK` instance * chore(sdk): bumped react-native-hms sdk prerelease version
* updated Browser Recording State * show activity indicator when initialising recording indicator
* added peer list updated event * added peer list iterator APIs * added peer list iterator implementation * updated check * feat(sdk): ✨ added `ON_PEER_LIST_UPDATED` event on RN SDK * fix(sdk): 🐛 added `sdkId` in `ON_PEER_LIST_UPDATED` event payload * feat(prebuilt): ✨ added `ON_PEER_LIST_UPDATED` event usage * added iOS implementation for onPeerListUpdate event * updated example app changelog * released sample app version 2.3.75 (326) ⚛️ * updated changelog * converting types to Double before adding to list * resolved lint warnings * released sample app version 2.3.77 (328) ⚛️ * feat(sdk): ✨ added auto enter pip support in android * refactor(example-app): usage of `enterPipMode` method * feat(prebuilt): ✨ added auto enter pip support in prebuilt * feat(example-app): ✨ added auto enter pip support in example app * updated podfile * feat(sdk): ✨ added auto enter pip support for android sdk less than 12 * feat(example-app): ✨ added auto enter pip support in example app for android sdk less than 12 * fix(sdk): 🐛 `lowerLocalPeerHand` api not working * build(prebuilt): removed `react-native-keyboard-controller` lib it was causing issues with pip window * released sample app version 2.3.78 (329) and 2.3.80 (331) ⚛️ * refactor(sdk): ♻️ peerlistiterator code refactoring and minor change * fix(prebuilt): 💄 light theme color fixes * released sample app version 2.3.81 (332) ⚛️ * fix(prebuilt): ✨ ligth theme issue in "Welcome to Meeting" screen * fix(prebuilt): 🐛 change name feature were not available for all roles viewer-realtime, viewer-near-realtime and viewer-on-stage roles were not getting "change name" option * released sample app version 2.3.82 (333) ⚛️ * initial peerlist iterator api implementation changes * feat(sdk): ✨ added peer list iterator api in ios sdk added `totalCount` property support on RN android sdk * refactor(prebuilt): ✨ added peer list iterator api usage in prebuilt and large room UI changes * released sample app version 2.3.84 (335) ⚛️ * fix(sdk): 🐛 prebuilt and sdk bugfixes * fix(sdk): 🐛 updating peers cache after calling peer delegate when update type is peer_left --------- Co-authored-by: Yogesh Singh <[email protected]> Co-authored-by: ygit <[email protected]>
* fix(prebuilt): 🐛 showing indicator on browser recording initialising state * feat(prebuilt): ✨ added lower remote peer hand ui option in participants list
This reverts commit fe0692f.
stanwolverine
approved these changes
Oct 12, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Version 1.9.0
Pre-launch Checklist
///
).