Using SMTP on a Function App API
When I run the code below through that's on my API call, the code stops at the smtp_connection part. I'm able to run the API locally but when it is deployed on the Function App, it doesn't run through the smtp_connection line. Are there any settings I…
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…
Issues Rendering Video in VideoGallery on React
Stuck on using VideoGallery to render video in a React project. Successfully receiving a call response after joining the call, but unable to render the video optimally. Here’s the method used: import { VideoGallery } from…
ACS - how to set audio control like host should get all participant voice and other participant should not get each other voice
hello, Microsoft Asure communication Team and all developer community After many links checkout and find that Azure communication service officially does not have native solution for it so come to here to get alternate support. The scenario is the host…
Automatic email with ACS and Azure Function
I am trying to use an azure function to send automatic email whne someone sign up on my website. i am using javascript to link them. everything seems to be working but when i test my website, it does not send the email.
Is Azure Communication Services HIPAA compliant?
I would like to use the communication services in azure, specifically the Video Conferencing and SMS chat functionality for a Telemedicine application that I am building. I would like to know where can I check if these services are HIPAA compliant.
Azure communication service - Audio control
Hi, I have a use case where I want to block incoming and outgoing audio for Specific remote Participant How can this be achieved through the ACS Javascript SDK and iOS SDK ? For blocking incoming audio, I have tried to mute remote participant , but it…
How many domains can be linked to a single Email Communication Service and Azure Communication Service?
The title states the question. As of recently, Azure Communication Service supports multiple linked domains: What is the limit? And another, related, question: how many domains can be provisioned in a single Email Communication Service?
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…
Your current subscription is not eligible for Public Switched Telephony Network (PSTN) and SMS products.
Hi team, I registerd a new Azure account and upgraded to pay-as-you go immediately. However, when I click the "Phone Number" button in Communication Service, it says: Your current subscription is not eligible for Public Switched Telephony…
Username length issue with SMTP in Azure Communication Services
Hi, I'm testing "Email SMTP as a Service" that is in preview within "Azure Communication Services". I was so excited to hear about it because we've just done an Exchange migration to O365, and this feature will help mop up the…
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…
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…
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…
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…