-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add-chat Webpack and ACS SDK Version Update #58
base: main
Are you sure you want to change the base?
Conversation
Accidentally committed
add-chat/client.js
Outdated
@@ -17,7 +17,7 @@ async function createChatThread() { | |||
participants: [ | |||
{ | |||
id: { communicationUserId: '<USER_ID>' }, | |||
displayName: '<USER_DISPLAY_NAME>' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the >
back <USER_DISPLAY_NAME
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, will do. Thanks.
MicrosoftDocs/azure-docs#92063 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see my comment in the review @Copennin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go, with Ryan's comment resolved.
…ices-javascript-quickstarts into main Fixed formatting issues, removed PII
Hi @ProbablePrime, I've made those changes - please let me know if we're good now. |
Purpose
I am updating the add-chat quickstart here to bring it up to the latest versioning that works with webpack. The same needs to be done with our quick start: https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/chat/get-started?msclkid=43feff25c58a11ec85279ab1b8334648&pivots=programming-language-javascript
Currently, if a new user tries to follow our quickstart, as is, they won't be able to run the app as the newer version of webpack does not work as we implemented it, originally.
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
Updates the quickstart to the latest versioning of webpack and our ACS SDKs
Versioning update
How to Test
I've updated the README.md for this-
feel free to consolidate the npm run commands into one.
What to Check
Verify that the following are valid
Other Information