[Bugfix] Microphone lobby fix#3896
Merged
dmceachernmsft merged 11 commits intomainfrom Dec 11, 2023
Merged
Conversation
Contributor
Contributor
Calling bundle size is decreased✅.
|
Contributor
Chat bundle size is decreased✅.
|
Contributor
CallWithChat bundle size is decreased✅.
|
Contributor
@azure/communication-react jest test coverage for stable.
|
Contributor
@azure/communication-react jest test coverage for beta.
|
JamesBurnside
approved these changes
Dec 8, 2023
JamesBurnside
approved these changes
Dec 8, 2023
Contributor
Contributor
|
Failed to pass the UI Test. If this PR is for UI change and the error is snapshot mismatch, please add "update_snapshots" label to the PR for updating the snapshot. |
Contributor
Contributor
mgamis-msft
reviewed
Dec 9, 2023
…com/Azure/communication-ui-library into dmceachernmsft/microphone-lobby-fix
mgamis-msft
reviewed
Dec 9, 2023
| if (callStatus === 'Connecting') { | ||
| // Lobby page should show the microphone status that was set on the local preview/configuration | ||
| // page until the user successfully joins the call. | ||
| microphoneButtonProps.checked = isLocalMicrophoneEnabled; |
Contributor
There was a problem hiding this comment.
Not related to this PR but getLocalMicrophoneEnabled selector should be changed to getLocalMicrophoneOn or something. The verb 'enabled' makes it sound like it should decide if the button is enabled/disabled.
mgamis-msft
approved these changes
Dec 9, 2023
Contributor
Contributor
This file contains hidden or 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
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.
What
Update disabled state to make sure that the lobby state allows for muting and unmuting
Why
Gives the user more control on the lobby screen
https://skype.visualstudio.com/SPOOL/_workitems/edit/3520938
How Tested
Validating locally