Releases: Azure-Samples/communication-services-web-chat-hero
Updating server code to take in an adminUserId
There was an issue where if you were using chat threads in this sample and you restarted the server then you wouldn't be able to access the old chat threads.
This is because Azure Communications Service requires a user to add other users to a chat thread before they can participate. In a previous iteration we had dynamically created a user per thread. Now we are explicitly having developers enter their own "user id" from their Azure Communications Service resource. This user will be used to create all new threads and invite any new users to that chat thread. This will also mean that since the user is "static" then if the server restarts then we will still have access to previously created threads because we still have a reference to that user.
You can create an identity quickly in Azure Portal. Check out this link to learn more.
https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/identity/quick-create-identity
UI Library based hero sample using @azure/communication-react@1.4.1
This release updates the sample to use new core UI library dependency: @azure/communication-react@1.4.1 as well as other dependency updates.
Full Changelog: 1.4.0...1.4.1
UI Library based hero sample using @azure/communication-react@1.4.0
This release updates the sample to use new core UI library dependency: @azure/communication-react@1.3.0 as well as other dependency updates.
Full Changelog: 1.3.0...1.4.0
UI Library based hero sample using @azure/communication-react@1.3.0
This release updates the sample to use new core UI library dependency: @azure/communication-react@1.3.0
as well as other dependency updates.
Full Changelog: a5e7f8e...1.3.0
UI Library based hero sample using @azure/communication-react@1.2.0
Bumps the @azure/communication-react and associated dependencies to latest stable versions.
Also includes various bug fixes.
New Contributors
- @dmceachernmsft made their first contribution in #36
- @anjulgarg made their first contribution in #48
- @ralphgabrinao made their first contribution in #51
Full Changelog: 573bbb0...a5e7f8e
UI Library based hero sample with bug fixes from UI Lib repo
573bbb0 bug fixes from UI Lib (#35)
Chat Hero Sample using the UI Library
eb7e695 Update azuredeploy.json
UI Library based Chat Hero Sample
Update samples to use UI Library (#34) * Fixing CI, scripts, readme and code to reference the UI Library (#33) * initial commit * Correct CI scripts * submitting server script * fixing readme and cleaning up the npm scripts * fixing image in readme * fixing up package.json to start locally * trying a different version of node * correctly creating dist-esm dir * force a node runtime stack when deploying * fixing deploy script to force a linux machine * reverting usage of linux * fixing node environment variable * Update azuredeploy.json * updating readme and removing unnecessary references * addressing PR comments specific to this repo
Teams Interop Chat prototype
This is a prototype branch used for trying out Teams interop chat with Azure Communication Services
1ee7811
- Update JS dependencies for client application
- Disable CORS in HTTP response headers