-
Notifications
You must be signed in to change notification settings - Fork 731
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release recording start stop feature (#518)
* Ahoyapps 957 recording start stop (#379) * Add useIsRecording hook and test * Add recordingrules route to local development server * Add info variant to snackbar component * Add recording indicator to MainParticipantInfo with test * Add InfoIcon * Add RecordingButton to menu component * Upgrade Twilio dependency * Add RecordingRules type to types.ts * Install notistack library * Add new icons * Add icons and snackbar to Menu component * Update snackbar to accept React components as message * Create RecordingButton component * Add InfoIconOutlined * Update styles in Menu component * Add tests for RecordingButton * Install twilio-video 2.9.0 * Add updateRecordingRules functions * Fix tests * Update recording icon animation * Add tooltip to MainParticipantInfo * Fix settings menu location * Add new recording UI to Menu component * Update Menu tests * Change Menu Item text * Some cleanup * Video 4708 recording start stop UI updates (#491) * Fix tests after merging in master * Add recordingrules route to server * Fix TS errors * Remove ConfirmRecordingDialog from Menu * Add RecordingNotificationsComponent to app * Add RecodringNotificationTests * Update Menu tests * Fix linting issues * Update snapshot tests * Add firebase recording rules (#493) * Add updateRecordingRules function to useFirebaseAuth * Add additional files to .gcloudignore * Add newline * Video 4885 recording cypress tests (#495) * Conditionally render recording rules button (#510) * Move the RoomType setting to src/state/index.ts. Also report recordingRule errors correctly * Only render the recording button in group rooms. Add tests * Remove log * readme and changelog for recording start stop feature (#509) * Add date to changelog Co-authored-by: olipyskoty <[email protected]> Co-authored-by: Sean Coleman <[email protected]>
- Loading branch information
1 parent
2c3248e
commit f08865c
Showing
32 changed files
with
808 additions
and
87 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,8 @@ | |
|
||
# Node.js dependencies: | ||
node_modules/ | ||
|
||
# Application source and tests | ||
src/ | ||
cypress/ | ||
coverage/ | ||
cypress/ |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.