Skip to content

Commit 9333a83

Browse files
Merge pull request #230633 from tomaschladek/patch-38
Update teams-interop-javascript.md
2 parents 7e07c1d + d0fd787 commit 9333a83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/teams-interop/teams-interop-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ You can also get the required meeting information from the **Join Meeting** URL
118118
Run the following command to bundle your application host on a local webserver:
119119

120120
```console
121-
npx parcel index.html
121+
npx webpack-dev-server --entry ./client.js --output bundle.js --debug --devtool inline-source-map
122122
```
123123

124-
Open your browser and navigate to http://localhost:1234/. You should see the following:
124+
Open your browser and navigate to http://localhost:8080/. You should see the following:
125125

126126
:::image type="content" source="../../media/javascript/acs-join-teams-meeting-quickstart.PNG" alt-text="Screenshot of the completed JavaScript Application.":::
127127

0 commit comments

Comments
 (0)