Detecting Device Type and Orientation for Azure Communication React Library
Hello Team, How can the device type and its orientation (mobile portrait, mobile landscape, tablet portrait, tablet landscape, and desktop) be accurately detected to display the correct UI when implementing the Azure Communication React…
Sending SMS suddenly getting many deliveryReport error 4000 message
We use Communication Services to send many SMS using a Toll Free number. We have the "Verified" status in Azure Portal. As of today (10/31/2024) we have been receiving many delivery reports with error 4000: Message is rejected due to fraud…
Does Azure Communication Services SDK support Horizon and Vive Android?
Is the Azure Communication Services (ACS) SDK compatible with Horizon OS for Meta Quest and Android OS for HTC Vive? I heard ACS supports Android, but since Vive uses a customized version of Android, So I’m curious if it’s compatible. Is there any…
Detecting Device Type and Orientation for Azure Communication React Library
Hello Team, How can the device type and its orientation (mobile portrait, mobile landscape, tablet portrait, tablet landscape, and desktop) be accurately detected to display the correct UI when implementing the Azure Communication React…
Detecting Device Orientation for UI in Azure Communication React Library
Hello Team, Integration of the Azure Communication React library is being done to implement a calling application. The application has different UI configurations for mobile portrait, mobile landscape, tablet portrait, tablet landscape, and desktop. The…
Configuring Azure Communication Services as an SMTP Relay for Third-Party Email Server
How can Azure Communication Services be configured as an SMTP relay for a third-party email server? I want the third-party or self-hosted SMTP server to send emails through Azure Communication Services. On the self-hosted SMTP server, there are 100…
issue with WhatsApp and azure bot
Hi, so i have created the communications channel in communication services, then registered with WhatsApp. Inside whatsapp web management page i can see that azure is one of the apps with permissions. Also see this link which basically describes most of…
Ms Teams Integration in React App Using Azure Communication Service
Hi, I want to integrate Microsoft Teams into my React app. I am using some packages and helper functions provided by Azure Communication Services, as shown below: import { AzureCommunicationTokenCredential, CommunicationUserIdentifier } from…
Email Communication Service Unable to Deliver Emails to Gmail
I have a connected my custom domain to Email Communication Service and works fine with all major email provider except Gmail. I even try using the the Azure Communication Service to try sending emails instead of in code, still no luck delivering the…
Need help on few points regarding Azure Communication Service(email service)
Dear Team, We need help for below points: 1.There are 2 email providers in the infrastructure. Can the domain name be same (for example @x.com ) when emails are triggered from Non-ACS and ACS so at the receiving end they do not notice the…
Incoming Call event firing in webhook but not on frontend, why?
I'm using ACS and the event grid has the incomingcall event there, but on my frontend with the same token there is nothing. just able to make calls, but not receiving them from PSTN numbers.
Azure Communication Services SMTP Relay Assistance
My situation is that I run my own smtp mail server for personal use to handle email for my domain. I like to have it receive email, then do some basic spam filtering, and finally forward the email to my Gmail account. I used to do this without issue but…
Bulk email sending using email communication services
I am creating a backend application in go. I want to send bulk emails and I was thinking about leveraging the use of azure communication services for it. But I didn't find any packages for go. Is there any Go packages available for integration of azure…
Does Azure Communication Services SDK support visionOS?
Is the Azure Communication Services (ACS) SDK compatible with visionOS? If so, is there any official documentation or tutorial available for implementing it on this platform? Thank you.
Is Twilio Sendgrid part of Azure benefits to Startups?
Is Twilio Sendgrid part of Azure's benefits to startups? I can't seem to find it there, though I could've sworn I saw it there a few days ago. Can someone help me clarify?
Forbidden error by creating chat thread
Hi, want to implement teams chat via ACS. Calling and chatting is initiated from angular application. Participants are AAD users having teams license. Access token part is implemented: List<string> scopes = new() { …
Add button disabled in Email Communication Services MailFrom addresses
I am using Azure Email Communication Service. I have setup a custom domain, and it is fully verified (SPF, DKIK, etc.). Sending email works. However, by default it has the MailFrom set to DoNotReply@mydomain.com. I want to add my own MailFrom, e.g.,…
International email with non-ascii characters in the local part
Hi Is subject possible with Azure Communication Services?
PTR Record Mismatch Causing Email Delivery Issues with Azure Communication Services
We are experiencing issues with email deliverability when sending emails via Azure Communication Services (ACS). While emails are successfully delivered to some domains (e.g., Gmail), they are not being delivered to others, specifically me.com and…
How to connect PSTN inbound call
How to link an incoming call from a PSTN customer to a VoIP user (Agent).As an illustration In my scenario, a customer calls our local PSTN number. I record the incoming call event on my webhook (.NET), play an IVR, and get the customer's input. Next, I…