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.
2 parents cea05ec + 50d6046 commit 4ba468cCopy full SHA for 4ba468c
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