skip to Main Content

Azure Communication Services: Our services aren't available right now We're working to restore all services as soon as possible Please check back soon

I am trying to use Azure Communication Services to create a user identity and then fetch relay configuration for network traversal. Here is the code: const { CommunicationIdentityClient } = require("@azure/communication-identity"); const { CommunicationRelayClient } = require("@azure/communication-network-traversal");; const main =…

VIEW QUESTION
Back To Top
Search