-
Notifications
You must be signed in to change notification settings - Fork 72
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
[Calling sounds] Fix issue where ringing sound keeps playing on the disconnecting screen #3889
Conversation
CallWithChat bundle size is decreased✅.
|
Chat bundle size is not changed.
|
Calling bundle size is decreased✅.
|
@azure/communication-react jest test coverage for beta.
|
packages/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.ts
Outdated
Show resolved
Hide resolved
Failed to pass the component examples 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 composite 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. |
1 similar comment
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 composite 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
Pauses the ringing sound when the call hits the disconnecting state
Why
Stops the ring tone sound from playing when the call is in the middle of disconnecting
How Tested
Validated locally