Skip to content

Commit 69675cb

Browse files
Merge pull request #300113 from tinaharter/updateMFEversion
Update required version
2 parents fe2089b + b03a9b5 commit 69675cb

File tree

1 file changed

+1
-1
lines changed
  • articles/communication-services/how-tos/cte-calling-sdk/includes/manage-calls

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/cte-calling-sdk/includes/manage-calls/manage-calls-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ const localVideoStreams = call.localVideoStreams;
329329

330330
## Manage chat thread
331331
>[!IMPORTANT]
332-
> The optional chat ID is only available in [1.29.1](https://www.npmjs.com/package/@azure/communication-calling/v/1.29.1) or later of the Calling SDK for JavaScript. If you're using an earlier version, ensure you provide a unique chat ID manually.
332+
> The optional Chat ID is only available in [1.31.2](https://www.npmjs.com/package/@azure/communication-calling/v/1.31.2)/[1.31.2-beta.2](https://www.npmjs.com/package/@azure/communication-calling/v/1.31.2-beta.2) or later of the Calling SDK for JavaScript. If you're using an earlier version, ensure you provide a unique thread ID manually.
333333
334334
Providing a chat ID is optional for making group calls and adding participants to existing calls. Associated chat and call have a separate list of participants. Before adding participants to the call, add the user to the chat to provide the best user experience and satisfy information barrier requirements. Adding a user to the call without adding the user to the chat can result in exceptions if an information barrier is set up.
335335

0 commit comments

Comments
 (0)