Dmceachernmsft/MeetingCompositeOptions#1272
Conversation
type to allow further customization.
back to just options in the meeting composite.
|
Failed to pass the composite UI Test. If this PR is for UI change and the error is snapshot mismatch, please add "ui change" label to the PR for updating the snapshot. |
MeetingComposite.
…ub.com/Azure/communication-ui-library into dmceachernmsft/MeetingCompositeOptions
|
Failed to pass the UI Test. If this PR is for UI change and the error is snapshot mismatch, please add "ui change" label to the PR for updating the snapshot. |
to callControls
|
Failed to pass the UI Test. If this PR is for UI change and the error is snapshot mismatch, please add "ui change" label to the PR for updating the snapshot. |
|
Failed to pass the composite UI Test. If this PR is for UI change and the error is snapshot mismatch, please add "ui change" label to the PR for updating the snapshot. |
locales PR
…ub.com/Azure/communication-ui-library into dmceachernmsft/MeetingCompositeOptions
|
Failed to pass the UI Test. If this PR is for UI change and the error is snapshot mismatch, please add "ui change" label to the PR for updating the snapshot. |
for readability as per comment.
| if (meetingControls === true) { | ||
| // return empty object so buttons in the meetingCallControlOptions set render in their defualt behaviors. | ||
| return undefined; | ||
| } |
What
add options prop to the meeting composite.
Why
matches the meeting composites props with the call composite.
How Tested
Work in progress, story book has some current complications with complex props like the options prop.