Closed sarvamangala-yathada closed 5 days ago
Hi @sarvamangala-yathada, thanks for filing this issue and providing the details. I will investigate this issue.
@sarvamangala-yathada, I have tried your scenario with the steps you detailed and I am also unable to unmute. I have a video of me testing the scenario here: https://github.com/user-attachments/assets/01803167-50d4-4b41-a9d8-92169877b98b
As shown below, the call composite is showing the wrong notification compared to Teams when the policy to require explicit consent for teams recordings is enabled.
The notification should mention consent is required before the user can unmute and we should allow the user to consent through a prompt when they try to unmute.
However, we currently cannot detect the policy to require explicit consent for teams recordings is enabled from the @azure/communication-calling package. From their current API, we only know when recording is active, paused, or ended. There is currently no API to know if the policy is enabled and to confirm consent to allow the user to unmute.
I will discuss with the @azure/communication-calling team about when this feature would be available so we are able to work on the notification update and prompt to consent.
After discussion, there will be new API from @azure/communication-calling in Q4 this year to provide consent when the consent policy is on and after that user would be able to unmute and enable camera. Once that is ready we will be able to implement this feature in the UI library.
Closing issue as last response is over 10 days old. Please reopen the issue if there are further questions on the topic.
We have a custom chat application built using angular. This application is used to connect user in team users to the member in teams. We have used the Azure communication service's Cross-platform support that is callComposite.js to integrate the calling feature in our application. We have referred the same code which is present in “https://azure.github.io/communication-ui-library/?path=/docs/composites-call-basicexample--basic-example”. One of our application's main features is the support of recording the meeting. After enabling Policy to Control the Need for Explicit Consent for Teams Recordings ("Require participant agreement for recording and transcription" - Present in Teams Admin) , we are getting an error, when the user joins the meeting from the chat application and tries to unmute himself neither the user is prompted with any message asking the User consent nor its allowing to unmute and throws an error saying “Failed to unmute microphone”.
Why are we getting this issue? How can we provide the user consent to the user on the start of call recording using the callComposite.js library?
steps to reproduce the issue ->
Go to the teams admin center and enable "Require participant agreement for recording and transcription".
Expected behavior ->
The user must be able to unmute the microphone.
Environment->
@alkwa-msft, @PorterNan , @palatter