Azure SMS Services for India region
Hi, I want to send SMS via azure sms services to Indian region numbers. Is the service available by Azure? Also, can I purchase a number for Indian region? Thanks.
Values of metrics NetworkDiagnostics and LatestNetworkDiagnostics not fetched in communication-calling library. Please provide technical support.
While fetching values of metrics - userFacingDiagnostics.network.getLatest() LatestNetworkDiagnostics, NetworkDiagnosticChangedEventArgs from '@azure/communication-calling' Data not fetched. Observed behavior- Blank object received Event not…
Question is related to communication way.
"I am creating a video conferencing app using React and ACS. In my app, I want to introduce a feature where, when the instructor mode is ON, all attendees can only listen, speak, and see the host, but not interact with other attendees. Example: If…
Is the TelecomManager integration in ACS still in preview?
I am really interested in integrating ACS in an Android app and intended on following this guide, as it is quite similar to the iOS equivalent guide. However, it seems like the TelecomManager integration is still in preview and not recommended for…
Email Inline attachments not working using Azure Communication Service SMTP
Hi! Do anybody know why email inline attachments don't not work when using Azure Communication Service SMTP (System.Net.Mail library, not the new Azure.Communication.Email library)? Below are some sample code. I tried the same code to send the email via…
How to Use Own JavaScript Bundle CallComposite.js to Join a Teams Meeting as Teams User
I am trying to use callComposite.js (https://azure.github.io/communication-ui-library/?path=/docs/composites-build-your-own-javascript-bundle--docs) to join a teams meeting as a Teams user. I can successfully join the meeting as an external user but need…
Issues Rendering Video in VideoGallery on React
Stuck on using VideoGallery to render video in a React project. Successfully receiving a call response after joining the call, but unable to render the video optimally. Here’s the method used: import { VideoGallery } from…
Azure communication service error - Provided call locator 'https://teams.live.com/meet/9360538023031?p=cz9IFMmOZOycpCZP0b' is not recognized.
Hi Team, while testing Azure communication service I am getting following error "Provided call locator 'https://teams.live.com/meet/9360538023031?p=cz9IFMmOZOycpCZP0b' is not recognized." I am using following communication library…
Is Azure Communications Service available in India billing region
I have a azure subscription ID with india as billing region and i would like to use the azure communication service from this subscription but it throws the pop that says """ Unavailable for this resource Your current subscription is not…
How to get server call id using IOS SDK
Already tried multiple threads but not able to get Server call ID using IOS SDK for ACS. Here is one of the reference documentation. https://learn.microsoft.com/en-us/azure/communication-services/how-tos/calling-sdk/record-calls?pivots=platform-ios Is…
How to setting permission Teams.ManageCalls and Teams.ManageChats for my tenant to use for another app registration?
I have login into another app registrations, they are request api permission Teams.ManageCalls and Teams.ManageChats. My tenant already subscription 365 for business. How to setting for my tenant account can accept that permission?
Service Principal for the Azure Communication Service Resource is not configured.
I have already set up a azure commincation service resource and set up a valid connection string, still I'm getting this error. What could be the configuration error? azure.core.exceptions.HttpResponseError: (8567) Service Principal for the Azure…
Could not grant admin consent. Your organization does not have a subscription (or service principal) for the following API(s): Azure Communication Services,Microsoft Graph
i have add Teams.ManageCalls and Teams.ManageChats in api permission. But when i try to grant admin consent. i get error "Could not grant admin consent. Your organization does not have a subscription (or service principal) for the following API(s):…
Azure Communication Services Chat - Chat Participant Display Name is changed
Hello all, I have a weird issue with the Azure Communication Services Chat C# SDK. I created a chat room and added some participants with specific names. Correctly in the chat, I can see that "User XX joined the chat". The problem is that the…
How to perform speech recognition to get speech input over a telephony phone call in Microsoft Azure?
Things We Have Done: Created an Azure Communication Service (ACS) instance and acquired an active phone number. Set up an event subscription to host the callback link required to interact with the purchased phone number. Deployed Azure Speech…
Which IP addresses should I allow for Azure Communication Services?
In the firewall section of below link : https://learn.microsoft.com/en-us/azure/communication-services/concepts/voice-video-calling/network-requirements Range of Azure public cloud IP addresses for media traffic is huge.
Issue with Media Playback in Azure Communication Services Using Python
Context: We are building a bot using Azure Communication Services (ACS) and Azure Speech Services to handle phone calls. The bot uses text-to-speech (TTS) to play questions during calls and captures user responses. What We’ve Done: Created an ACS…
Facing Issue while trying to cancel a screen share
I am using CallWithChatComposite UI for my meeting application with Azure communication services. When i click on the present screen and then click cancel in the pop up, it is throwing error. Once this is done and then if I try switching on the camera,…
How to use Custom User to send emails from Azure Communication Services?
I have successfully created resources in Azure for Azure Communication Services to send emails. My domain has been fully authenticated for over 12 hours, and I have connected the domain to send emails. The setup is successful, and I can send emails using…
Issue with Acquiring Access Token silently in android with scope "Teams.ManageCalls"
Hello, I'm developing an Android (kotlin android compose) app using Azure Communication Services to enable calls from the app to Microsoft Teams users. To initiate these calls, I need a teamsAccessToken. I’ve set up MSAL to acquire the user’s access…