Skip to content

Commit f9520e6

Browse files
Merge pull request #271799 from williamzhao87/patch-1
Update quickstart-make-an-outbound-call-using-callautomation-node.md
2 parents c9857e0 + 7bab38c commit f9520e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/call-automation/includes/quickstart-make-an-outbound-call-using-callautomation-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ You can add a Microsoft Teams user to the call using the `addParticipant` method
9595

9696
```typescript
9797
await acsClient.getCallConnection(callConnectionId).addParticipant({
98-
targetParticipant: { microsoftTeamsUserId: TARGET_TEAMS_USER_ID },
98+
targetParticipant: { microsoftTeamsUserId: process.env.TARGET_TEAMS_USER_ID },
9999
sourceDisplayName: "Jack (Contoso Tech Support)"
100100
});
101101
```

0 commit comments

Comments
 (0)