You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/chat/includes/meeting-interop-javascript.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -339,7 +339,7 @@ var displayName = call.remoteParticipants.find(p => p.identifier.communicationUs
339
339
340
340
## Run the code
341
341
342
-
webpack users can use the `webpack-dev-server` to build and run your app. Run the following command to bundle your application host on a local webserver:
342
+
Use the `webpack-dev-server` to build and run your app. Run the following command to bundle your application host on a local webserver:
0 commit comments