-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support joining an existing call in the CallComposite & CallWithChatComposite #5148
base: main
Are you sure you want to change the base?
Conversation
Storybook 6 URL https://60c7ae6891f0e90039d7cd54-zvgezvnolt.chromatic.com/ |
Storybook 8 URL https://60c7ae6891f0e90039d7cd54-zcowodfvcy.chromatic.com/ |
@azure/communication-react jest test coverage for stable.
|
@azure/communication-react jest test coverage for beta.
|
packages/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.ts
Outdated
Show resolved
Hide resolved
Storybook 6 URL https://60c7ae6891f0e90039d7cd54-tjfanrwuei.chromatic.com/ |
Storybook 8 URL https://60c7ae6891f0e90039d7cd54-omnvhqdafb.chromatic.com/ |
Storybook 6 URL https://60c7ae6891f0e90039d7cd54-qbazpwoaft.chromatic.com/ |
Storybook 8 URL https://60c7ae6891f0e90039d7cd54-rnntycexrp.chromatic.com/ |
Storybook 8 URL https://60c7ae6891f0e90039d7cd54-goydmmwkmg.chromatic.com/ |
Storybook 8 URL https://60c7ae6891f0e90039d7cd54-ofgeoknwca.chromatic.com/ |
Chat bundle size is increased❗.
|
Calling bundle size is not changed.
|
CallWithChat bundle size is not changed.
|
Storybook 8 URL https://60c7ae6891f0e90039d7cd54-ssoojffjbd.chromatic.com/ |
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. |
2 similar comments
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. |
What
createAzureCommunicationCallAdapterFromClients
andcreateAzureCommunicationCallWithChatAdapterFromClients
to allow passing in a Call object instead of a locatorWhy
Supports scenarios such as CallAutomation or IncomingCalls were a call could be created outside of the regular adapter flow.
How Tested
Verified in the Call sample and CallWithChat sample that I could join existing calls. Tried joining with&without unMute and cameraOn