File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/communication-services/quickstarts/tpe Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ The following example shows a request to add a PSTN user to a Teams Phone extens
457
457
// Call is already established
458
458
.. .
459
459
.. .
460
- var target = new PhoneNumberIdentifier (" 4: +12065551212" );
460
+ var target = new PhoneNumberIdentifier (" +12065551212" );
461
461
await callConnection .AddParticipantAsync (new AddParticipantOptions (new CallInvite (target , null ))
462
462
{
463
463
InvitationTimeoutInSeconds = 60 ,
@@ -477,7 +477,7 @@ The following example shows a request to transfer an established call to a PSTN
477
477
// Call is already established
478
478
.. .
479
479
.. .
480
- var target = new PhoneNumberIdentifier (" 4: +12065551212" );
480
+ var target = new PhoneNumberIdentifier (" +12065551212" );
481
481
await callConnection .TransferCallToParticipantAsync (new TransferToParticipantOptions (target )
482
482
{
483
483
OperationContext = " transferParticipantAsync"
You can’t perform that action at this time.
0 commit comments