Skip to content

Commit 7bab38c

Browse files
Update quickstart-make-an-outbound-call-using-callautomation-node.md
1 parent 8acf436 commit 7bab38c

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)