Skip to content

Releases: Azure-Samples/communication-services-web-chat-hero

Updating server code to take in an adminUserId

29 Dec 17:55
79bbeb7
Compare
Choose a tag to compare

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

01 Dec 00:42
6147468
Compare
Choose a tag to compare

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

01 Nov 17:45
4711e1f
Compare
Choose a tag to compare

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

05 Aug 15:34
49e04fe
Compare
Choose a tag to compare

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

30 May 22:10
a5e7f8e
Compare
Choose a tag to compare

Bumps the @azure/communication-react and associated dependencies to latest stable versions.
Also includes various bug fixes.

New Contributors

Full Changelog: 573bbb0...a5e7f8e

UI Library based hero sample with bug fixes from UI Lib repo

28 Jan 22:40
573bbb0
Compare
Choose a tag to compare

Chat Hero Sample using the UI Library

19 Jan 00:17
eb7e695
Compare
Choose a tag to compare
eb7e695

Update azuredeploy.json

UI Library based Chat Hero Sample

14 Jan 19:14
fa29101
Compare
Choose a tag to compare
Pre-release
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

26 Oct 07:36
Compare
Choose a tag to compare

This is a prototype branch used for trying out Teams interop chat with Azure Communication Services

1ee7811

15 Apr 22:00
1ee7811
Compare
Choose a tag to compare
  • Update JS dependencies for client application
  • Disable CORS in HTTP response headers