Forum Widgets
Latest Discussions
Calling a phone and playing a message from logic apps
Hi, My objective is to have a logic app that makes a server side outbound phone call, and plays a prerecorded message, that's it.I've been looking atcommunication-services-dotnet-quickstarts/OutboundCallReminder at main ยท Azure-Samples/communication-services-dotnet-quickstarts (github.com)but I'm getting lost in understanding all the moving parts. Is there a demo walkthrough article or webinar available ? Alternatively, is there a power automate connector available for this scenario ? Or has anybody done this just using REST API for Azure Communication Services ? A simplified sample would be exactly what I'm looking for. StephaneStephaneBouillonNov 04, 2024Brass Contributor535Views0likes2CommentsAzure Communication Services Chat add MicrosoftTeamsUserIdentifier fails
I am trying to build a proof of concept chat app that allows our internal Teams users to join an Azure Communication Services Chat thread. I have managed to convert the Azure AD token to a Communication Services Token using identity_client.get_token_for_teams_user() in Python. I then create aMicrosoftTeamsUserIdentifier object using the 'oid' attribute from the Azure account. But when I attempt to add this user to the thread using 'chat_client_thread.add_participants() it errors out with 403 permissions check failed. the underlying call to the communication services add api succeeds with a 201 response code. but after that it somehow gets converted to a 403 response. Then after that it errors again because the underlying code is expecting all Communication Identifiers to contain an 'id' field andMicrosoftTeamsUserIdentifier does not contain that field. This is the final error I see at the top level. File "******/chat-server-poc/.venv/lib/python3.10/site-packages/azure/communication/chat/_utils.py", line 53, in create_dict result[participant.identifier.properties['id']] = participant KeyError: 'id' Looking for guidance or example code. Thanks.JustDavidJSep 28, 2024Copper Contributor572Views0likes2CommentsIssue with Joining Microsoft Teams Meeting Directly from React Native App Using Azure Communication
I am currently working on integrating Azure Communication Services into a React Native app to enable direct joining of Microsoft Teams meetings. I have followed the official Azure repository for React Native:https://github.com/Azure-Samples/communication-services-ui-library-react-native Problem Description The issue I am encountering is that, after providing the access token and Microsoft Teams meeting link, the app does not behave as expected. Instead of directly joining the meeting, the user is redirected to an input fields screen, requiring additional interaction. My goal is for the app to join the Microsoft Teams meeting immediately after entering the access token and meeting link, without any intermediate screens. Issue When clicking "Join Call," instead of seamlessly joining the Microsoft Teams meeting, the app redirects to an input fields page. This step is unnecessary in my use case, as I want the app to join the Teams meeting directly. I am unsure whether this issue is due to an incorrect setup in the Azure Communication Services configuration or something related to the code implementation. Could someone please assist me in resolving an issue where my app redirects to an input fields page instead of joining a Microsoft Teams meeting directly? Thank you!codeRN021Sep 24, 2024Copper Contributor1.9KViews0likes1CommentI want to make a Blazor application that can make video calls
I want to make a Blazor application that can make video calls. However, according to this page:SDKs and REST APIs for Azure Communication Services - An Azure Communication Services concept document | Microsoft DocsAzure.Communication.Calling uses "Proprietary transport" and the only example code is the "Azure Communication Calling client library for JavaScript"SolvedADefWebserverSep 21, 2024Brass Contributor12KViews1like29Comments- default-usersecuritySep 05, 2024Copper Contributor162Views0likes1Comment
Any plans to support Teams Chat interop outside meetings?
Hi, I'm trying to build an integration between our app users chat (using ACS chat threads) and Teams threads to integrate external customers to our employee's, but so far I understood, this is not possible. Any workarounds or plans to add support to this scenario?Solvedrafael_cantoAug 08, 2024Copper Contributor523Views0likes2CommentsSpeech Recognition for Alphanumeric
Hi, I am using Azure Communication Service with Cognitive Service for handling voice call scenarios (STT and TTS). One of our customer use cases requires alpha-numeric input in a workflow. The Azure Speech recognizer performs well for numbers and other patterns. However, when the user spells out alphabets for alphanumeric values, the recognition success rate is very low. For example, the product ID pattern is like "P-43246". In most cases, "P" is recognized as "D", "B", or "3". I have tested this on both mobile phone networks and VoIP. The success rate is significantly lower on mobile networks. Is there any settings available to improve the recognition success rate? Azure Services used: ACS Phone Number Azure Cognitive Service Event Grid Subscriptions Thanks, AravindAravindManohar83Aug 02, 2024Copper Contributor344Views0likes0Commentshow to record both video and unmixed audio of a group call
Hi, I need to record a meeting's video as well as unmixed audio stream of the call, but it seems from the documentation, we can only either record a mixed audioVideo format, or an unmixed multi channel audio format, we can not do both at the same time, I tried to start recording on the same serverCallId 2 times with different format mentioned, that did not work, is there any way to achieve what I want?vish28Jul 15, 2024Copper Contributor186Views0likes0CommentsFailed to create remote connection for private endpoint
Hi Team, We have set up an application gateway in Azure and enabled the private link service within the Azure application gateway. However, after configuring the above setup, we have encountered an issue while trying to create a private endpoint from either another tenant or the same tenant. We consistently receive the following error:An error occurred. Failed to create remote connection for private endpoint /subscriptions/175b2/resourceGroups/test/providers/Microsoft.Network/privateEndpoints/tstt (Code: InternalServerError) This configuration was working correctly until about 20 days ago, but since then, we have been facing this error continuously. We have strictly followed the Azure documentation to create the application gateway and configure the private link within it: Configure Azure Application Gateway Private Link Any assistance or insights on resolving this issue would be greatly appreciated.AmanwandbJun 27, 2024Copper Contributor474Views0likes2Comments
Resources
Tags
- AMA26 Topics
- azure5 Topics
- CPaaS5 Topics
- VoIP4 Topics
- Azure Communication Services4 Topics
- Calling2 Topics
- acs1 Topic
- Push Notification1 Topic
- learning1 Topic
- AzureCommunicationChat1 Topic