Hi @Sai Chaitanya Nare
Can you please share how you set up your JavaScript SDK?
The error code 480
with subcode 560480
you’re encountering with Azure Communication Services (ACS) indicates that the service is TemporarilyUnavailable
.
Issues like this can sometimes be due to network conditions. Ensure that your network is stable and has sufficient bandwidth. Also, make sure that you have correctly initialized the SDK and have provided valid IDs where required. Lastly, If the callee is a Teams user who hasn’t logged in for a long time, this behavior is expected. If the callee is currently logged in to the Teams client, ask the callee to log out and log in again.
Hope that helps.
-Grace