Skip to content

Commit 6c9d8d5

Browse files
Merge pull request #209590 from DixitArora-MSFT/patch-121
Correcting Code
2 parents fddce65 + b079ea3 commit 6c9d8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/get-started/get-started-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ callButton.addEventListener("click", () => {
129129
// To call an Azure Communication Services communication user, use {communicationUserId: 'ACS_USER_ID'}.
130130
// To call echo bot, use {id: '8:echo123'}.
131131
call = callAgent.startCall(
132-
[{ communicationUserId: userToCall }],
132+
[{ id: userToCall }],
133133
{}
134134
);
135135
// toggle button states

0 commit comments

Comments
 (0)