We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57dd4d0 commit 50d6046Copy full SHA for 50d6046
articles/communication-services/quickstarts/chat/includes/meeting-interop-javascript.md
@@ -199,7 +199,7 @@ var chatThreadId = "";
199
200
async function init() {
201
const connectionString = "<SECRET_CONNECTION_STRING>";
202
- const endpointUrl = connectionString.split(";")[0];
+ const endpointUrl = connectionString.split(";")[0].replace("endpoint=", "");
203
204
const identityClient = new CommunicationIdentityClient(connectionString);
205
0 commit comments