Skip to content

Commit 16a56dc

Browse files
authored
Update calling-chat.md
1 parent c43c48b commit 16a56dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/concepts/interop/calling-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ With the Calling SDK, a Communication Services user or endpoint can start a 1:1
3737

3838
Calling another ACS user:
3939
```js
40-
const acsCallee = { communicationUserId: <'ACS_USER_ID>' }
40+
const acsCallee = { communicationUserId: '<ACS_USER_ID>' }
4141
const call = callAgent.startCall([acsCallee]);
4242
```
4343

0 commit comments

Comments
 (0)