-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/added autoenterpipmode config option (#1246)
* fix(prebuilt): 🐛 showing indicator on browser recording initialising state * feat(prebuilt): ✨ added lower remote peer hand ui option in participants list * initial changes * refactoring and using `useStartRecording` hook * refactor(sdk): ♻️ removed `emitRequiredKeysError` calls on ios sdk * refactor(sdk): ♻️ removed `emitRequiredKeysError` calls on android sdk and renamed `emitHMSSuccess` and `emitHMSMessageSuccess` methods * refactor(sdk): ♻️ removed `ON_ERROR` emit code from HMSRNSDK constructor * feat(prebuilt): added notification for exception and api rejections * refactor(sdk): ♻️ removed `ON_ERROR` emit code from `join` method * add notification on ON_ERROR event when user is inside meeting * removed temp code * released sample app version 2.3.88 (339) ⚛️ * refactor(prebuilt): ♻️ extracted LeaveRoom and EndRoom modals out of `HMSManageLeave` component * feat(prebuilt): ✨ added "Leave" button on `HMSExceptionNotification` * released sample app version 2.3.89 (340) ⚛️ * feat(prebuilt): ✨ added option to handle android back button press when enabled, back button press will open leave modal instead of leaving meeting without confirmation * feat(example-app): ✨ usage of `handleBackButton` prop in `HMSPrebuilt` component * feat(prebuilt): ✨ added option to handle auto enter pip mode * feat(example-app): ✨ usage of `autoEnterPipMode` prop in `HMSPrebuilt` component * released sample app version 2.3.92 (343) ⚛️
- Loading branch information
1 parent
7dbfc4b
commit caeecb3
Showing
10 changed files
with
62 additions
and
13 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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