Questions tagged [azure-communication-services]

Question related to Azure Communication Services allows you to easily add real-time multimedia voice, video, and telephony-over-IP communications features to your applications.

Azure Communication Services allows you to easily add real-time multimedia voice, video, and telephony-over-IP communications features to your applications. The Communication Services client libraries also allow you to add chat and SMS functionality to your communications solutions.

For more details, refer What is Azure Communication Services?

107 questions
4
votes
1 answer

Azure Communication Services Web Calling in MVC

All of the examples for ACS are using Nodejs and VS Code... and thats fine if you're building a new app, and if you have some kind of background with React. I do not... and I'm willing to bet most web devs maintaining and builing MVC apps don't. I'm…
CSharpMinor
  • 202
  • 1
  • 9
3
votes
2 answers

Azure communication service email sending error

I created a communication service in azure to send mail. Then I added a verified custom domain. However, when I send an email, I get an error like this; RestError: The specified sender domain has not been linked. I am able to send successfully…
2
votes
0 answers

Flutter - Azure Communication Services Platform Integration (android, ios)

I want to make a interview app with services like group calling for chatting involving multiple users, for android and ios using Azure Communication Services in Flutter. There is no direct sdk in flutter for azure communication services. As I…
2
votes
1 answer

CallComposite azure style does't work when deploying my application

i create a css file with styled-components for my callcomposite, but when i deployed my application, some os these css properties, dont work. how can i add a property css to my callcomposite inside components, like controlbar, video, buttons, etc...…
2
votes
1 answer

Is there a way to know the online status of a user in Azure communication services Chat?

I have been trying to build a chat application using ACS javascript SDK, I couldn't find any details on how to show the online/offline status of a participant in a chat-thread. Is there a way to do that in ACS? or do we have to build a custom…
Sarang PM
  • 398
  • 2
  • 12
2
votes
0 answers

Azure Communication services - video devices are not updated after disconnecting

I have web application using ACS with page showing Local video preview. I listen on events "videoDevicesUpdated". When new USB camera is added, everything works fine, I'm notified about new camera, but when camera is disconnected during local video…
vasekt
  • 2,055
  • 2
  • 17
  • 13
1
vote
1 answer

Azure Communication Services - An error occurred while trying to fulfill the search request

We have four environments and I've been able to allocate phone numbers for each one of them except for prod. I'm getting the following strange error: An error occurred while trying to fulfill the search request. What's wrong? It's not very…
nop
  • 4,711
  • 6
  • 32
  • 93
1
vote
1 answer

Azure ARM template for Communication Services API connection

I would like to create an API connection for the Logic App to use Azure Communication Services (ACS) Email. I want the ARM template to pull the ACS connection string from the keyvault during the deployment - this part works fine. My problem is that…
1
vote
0 answers

Azure Communication UI Library - Xamarin Forms Error

I have been trying to use azure communication services mainly video chatting in my Xamarin Forms application. I have downloaded the aar files via the downloadJarScript.sh script. However, I cannot seem to fix the error below: Severity Code…
1
vote
1 answer

Android newbie - Debugging app with extenrnal dependencies on physical device

I'm brand new to Andoid Studio I built an app following this tutorial which works well on the emulator, but when I try to run it on my physical device (connected via USB), the app gets deployed and starts but as soon as I click a button that…
Yossi Dahan
  • 5,389
  • 2
  • 28
  • 50
1
vote
2 answers

Create and control call on behalf of user inside of Microsoft teams app/tab

I have been trying to find a solution inside of a Microsoft teams app/tab to make calls on behalve of users and actually be able to control the call. I already tried making a call as a bot to both users, but that still leaves the bot in the call and…
1
vote
1 answer

azure-communication-calling deviceManager.getSpeakers() doesn't get any speakers on mobile devices

I am using azure-communication-calling library and getSpeakers() method on the DeviceManager interface does not return speakers list on Chrome on Android, iPhone, iPad and Macs. It does work in Chrome on Windows though. Does this API work on mobile…
Alvin Saldanha
  • 886
  • 9
  • 20
1
vote
1 answer

Azure communication services

I am using azure communication services in my react app to send email. But It is giving CORS error But when running this code, I m getting this error. Access to XMLHttpRequest at 'https://************************/emails:send?' from origin…
user19672461
1
vote
0 answers

Cannot accept/reject a call once initial invitation is rejected by the same user in azure communication service

We have a call system that is developed under the Microsoft Teams where we have a bot in our end which determines available user and invites that user. We are trying to implement azure communication service to handle the call actions from our web…
1
vote
2 answers

Handle inbound telephone calls via Azure Communication Services

Is it possible to receive a PSTN telephone call with Azure Communication Services? All the docs and the demos talk about initiating a call to a known number. My use case is that somebody rings a phone number from their mobile phone (PSTN) and I want…
iasksillyquestions
  • 5,558
  • 12
  • 53
  • 75
1
2 3 4 5 6 7 8