Skip to content
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

[Communication - Calling] Mute other participants does not work as expected in 1:1 call or 1:1 call converted to Group call #29632

Open
1 task
lsbrettjewell opened this issue May 8, 2024 · 1 comment
Labels
Client This issue points to a problem in the data-plane of the library. Communication customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention This issue is responsible by Azure service team.

Comments

@lsbrettjewell
Copy link

  • Package Name: @azure/communication-calling
  • Package Version: 1.24.1
  • Operating system: Windows
  • browser
    • name/version: Chrome 124.0.6367.119

Describe the bug
In a 1:1 call that is converted to Group call, remote participants who are remotely muted do not immediately receive mutedByOthers event or isMutedChanged event, so their local microphone state cannot be managed accurately.

Setup:
Start 1:1 call, and then add another participant so the call is converted to a Group call.

Steps to reproduce the behavior:

  1. Attempt to mute a specific participant, or mute all participants.

Expected behavior
Participant(s) is muted, and the muted participant(s) receives mutedByOthers event and isMutedChanged event.

Actual behavior
Participant(s) is muted, but the muted participant(s) do not receive any events.

Additional context

  • This works as expected in a Group Call that did not start as a 1:1 call.
  • This feature does not work at all in 1:1 calls, is this expected?
@github-actions github-actions bot added Client This issue points to a problem in the data-plane of the library. Communication customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention This issue is responsible by Azure service team. labels May 8, 2024
Copy link

github-actions bot commented May 8, 2024

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @acsdevx-msft.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Communication customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

1 participant