Skip to content

Commit d20fa08

Browse files
authored
Update teams-phone-extensibility-quickstart.md
removing the requirement around preprod environment
1 parent 5619da3 commit d20fa08

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

articles/communication-services/quickstarts/tpe/teams-phone-extensibility-quickstart.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,6 @@ You need to assign a public switched telephone network (PSTN) number to your Res
148148
149149
1. Also, if you plan to make outbound PSTN calls using your Resource Accounts assigned phone number, now is a good time to assign a [Microsoft Teams Calling Plan](/microsoftteams/calling-plans-for-office-365).
150150
151-
### CCaaS Developer: Configure Call Automation to use preproduction environment
152-
153-
Use the following code snippet in C# to set use of preproduction environment for Teams Phone extensibility. The Next-PMA preprod environment has the latest code base and bug fixes.
154-
155-
```csharp
156-
CallAutomationClient callAutomationClient = new CallAutomationClient(new Uri("https://nextpma.plat.skype.com:6448"), acsConnectionString);
157-
```
158151
159152
### CCaaS Developer: Get Resource Account Information
160153

0 commit comments

Comments
 (0)