You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the Communication Services procured in pre-requisites, add connection string in the code at line no 26
String connectionString = "https://<RESOURCE_NAME>.communication.azure.com/;accesskey=<ACCESS_KEY>";.
With a purchased number, you can update the capabilities, pass the purchased number in the code at line no 68.
You can release a purchased phone number, pass the purchased number in the code at line no 76.
Run the code
Navigate to the directory containing the pom.xml file and compile the project by using command mvn compile.
Then, build the package using command mvn package.
Run the command to execute the app mvn exec:java -D"exec.mainClass=com.communication.quickstart.App" -D"exec.cleanupDaemonThreads=false".