Promote rooms feature to GA#3841
Conversation
There was a problem hiding this comment.
Something here seems a little out of balance. should there be more padding on the left?
There was a problem hiding this comment.
Why are these not in the bottom sheet drawer? do we want to not use the side pane here?
There was a problem hiding this comment.
The rooms call screen snapshots are using the old control bar which are still using the flyout. I'm potentially working on stabilizing the people button for the old control bar but that is in a separate PR
| ParticipantItemMicOff: JSX.Element; | ||
| ParticipantItemScreenShareStart: JSX.Element; | ||
| VideoTileMicOff: JSX.Element; | ||
| NoticePageNotInvitedToRoom?: JSX.Element | undefined; |
There was a problem hiding this comment.
Might be the api extractor, but these should just have the ? and not have the | undefined
There was a problem hiding this comment.
I think it is the api extractor but at least it is consistent.
|
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. |
|
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. |
c4b5d86 to
986d89f
Compare

What
Promote rooms feature to GA
Why
To get it ready for stable release in December. See if snapshots need to be updated
How Tested
Ran local sample with smoke tests.
Process & policy checklist
Is this a breaking change?