Forum Widgets
Latest Discussions
token access's problem
Hi every one, i'm trying to link any results of my simulation's project to azure digital twin. i need a token access that i dont have in my student account. can i know how to renew my student account and the token access on entra ID?SergeLouijusteFeb 07, 2025Occasional Reader27Views0likes1CommentAzure Communication Service / Call a Call Queue
Hello When I try to call a call queue in the same tenant from Azure Communication Services, a connection is established and then terminated shortly afterwards with this error code: {message: 'CallSetupError', code: 403, subCode: 10391, resultCategories: Array(1)} I could not find anything about this error code in the documentation. Can anyone help me here? I have also adjusted the tenant policy as described here: https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/voice-video-calling/get-started-teams-call-queue Best regardsadscreenJan 28, 2025Copper Contributor360Views0likes1CommentEvents for an agent not picking up the call
Hi, We have a requirement where the caller should be transferred to voicemail recording when the agent does not pick up the call. Currently, if the agent does not pick up the call, the caller reaches the agent's personal voicemail. Is it possible to interrupt that and redirect the call to ACS voicemail recording mechanism? The ACS framework send a "CallTransferAccepted" if the personal voicemail is reached. Are there any events which can be used to detect that agent did not pick the call. We tried the Job router, but it does not seem to detect that agent is not picking the call. Any suggestions? ThanksnthslalomJan 12, 2025Copper Contributor51Views1like1CommentCalling 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 at communication-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 Contributor592Views0likes2CommentsAzure 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 a MicrosoftTeamsUserIdentifier 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 and MicrosoftTeamsUserIdentifier 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 Contributor592Views0likes2CommentsIssue 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 Docs Azure.Communication.Calling uses "Proprietary transport" and the only example code is the "Azure Communication Calling client library for JavaScript"SolvedADefWebserverSep 21, 2024Brass Contributor13KViews1like29Comments- default-usersecuritySep 05, 2024Copper Contributor184Views0likes1Comment
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 Contributor534Views0likes2Comments
Resources
Tags
- AMA26 Topics
- CPaaS5 Topics
- azure5 Topics
- Azure Communication Services5 Topics
- VoIP4 Topics
- Calling2 Topics
- azure logic apps1 Topic
- Azure ACS1 Topic
- Microsoft Ignite 20211 Topic