How to use Azure Communications' VideoStreamRenderer in VueJs?
I am working on a video conferencing app using Azure Communications APIs and VueJs. I am having trouble rendering video streams using Vue. I can do it with vanilla JS this way: const rendererLocal = new VideoStreamRenderer(this.localVideoStream) const…
Azure Communication Services
ACS Group Call - Join in listen-only mode
I have a use case where some participants need to join an ACS group call in listen-only mode. As such, they shouldn't be asked for microphone permission by the browser. How can this be achieved through the ACS Javascript SDK ? I have tried setting…
Azure Communication Services

Mark with @
In the Teams application we can connect a notice for a user using the @. Do you plan to incorporate user recognition marked with @ in the future? or should we develop it internally in our implementation? I talk about using SDK
Azure Communication Services
Group Call. Do Not Display Name Remote Participant
When a participant joins a group call, the value of the displayName field always has the name of the first person who created the group, there is some way to have the displayName updated. We are handling this in the remoteParticipantsUpdated event …
Azure Communication Services
'Teams' in Azure Communication Services
Currently ACS allows us to create chat threads. In the future you are planning to incorporate also the management of 'teams' to allow group conversations oriented to specific arguments as it happens in the TEAMS application?
Azure Communication Services
Will Azure able to Host SIP Phones from Remote Locations such as KSA, BAHRAIN and USA? how can it be done?
Will Azure able to Host SIP Phones from Remote Locations such as KSA, BAHRAIN and USA? how can it be done?
Azure Communication Services

ACS - Bind chat message actions to a CommunicationUserIdentifier
Hi, When sending, editing and deleting chat messages of a ChatThreadClient, is it possible to bind a CommunicationUserIdentifier to the action, without adding the user id (as a string) as the senderDisplayName? Something like this: await…
Azure Communication Services

PlayAudioAsync not playing any audio in the call
I tried called playAudioAsync through the ServerCall and the CallConnection and its not working. I have encoded a wav file and made it available as a static file through my asp.net core project and ngrok'd so my static assets are publicly available. …
Azure Communication Services
Way to manage group chat and personal chat
Currently there is no way to manage group chat and personal chat in javascript chat SDK. Is there any way to manage that?
Azure Communication Services
Whats the maximum length of chat thread topic?
What is the maximum length for topic of a chat thread? Can't find anything about this in the docs. Thanks
Azure Communication Services

Specific Background to my video using ACS SDK
I am developing one application using ACS for video calling. Now I want to add blur background effect or specific image as a background. So is ACS providing default functionality in SDK it self or do I need to use any third party library for the same?
Azure Communication Services
Class Duplication error with Calling and Chat SDK
I am using below SDK for calling and chat in my single project. implementation 'com.azure.android:azure-communication-calling:1.2.0-beta.2' implementation 'com.azure.android:azure-communication-common:1.0.1' implementation…
Azure Communication Services
iOS-AzureCommunicationCalling library DeviceManager class few methods are missibg
Unable to find methods getMicrophoneList(), getSpeakerList(), setMicrophone(microphoneDevice:) and setSpeaker(speakerDevice.) in class DeviceManager. I have checked in previous version of library there also I cannot see these methods. But in Microsoft…
Azure Communication Services

Facing Issue on the Azure communication service
I am facing a connectivity issue on the Azure Communication service, I have got this issue multiple times, the logged-in user is showing as connected and co-partners are showing as not connected. if a user tries to refresh the page one or two times then…
Azure Communication Services
IS Azure Communication service support in Xamarin forms?
Our client need is to implement Chat and video call using Azure communication service in Xamarin forms Mobile App for Android and IOS. I looked into so many Microsoft Learn but never see anything related to Xamarin forms implementation. Is ACS…
Developer technologies | .NET | Xamarin
Azure Communication Services

ACS Calling iOS swift support
Hi, it looks like Azure communication SDK (ACS Calling iOS) only supports objective-C, right? Does it support swift? Thanks
Azure Communication Services

Acs Calling SDK in Windows Desktop Application Development
Hi, I am trying to develop a desktop application using WPF or UWP for communication that consists of chat and calling features using Azure communication services. I am having some issues with calling SDK. In the ACS docs, the calling SDK is implemented…
Azure Communication Services
[iOS/ACS] Audio connection fails when we move app to background during teams call
Hello, we are building an iOS app using ACS SDK beta-12 and found an issue with the SDK. Any help will be appreciated - Steps: User B is using an iOS app say myApp which uses ACS for video calling. User A hosts Teams meeting, user B joins as a…
Azure Communication Services

Azure Communication Service
How to add Display name(Sender ID) while sending SMS to US Phone number.
Azure Communication Services
Can I held teams meeting by only guest users with Azure Communiation Service ?
We have an iOS app using Azure Communication Service. (i.e. https://github.com/Azure/Communication/releases) And, I hope to update it that it joins Teams Meeting as the interop. Can It join meeting following step? User create a meeting schedule…