Skip to content

Releases: alkwa-msft/AzureCommunicationServicesGetStartedApis

Adding in rooms functions

02 Nov 01:51
10679f9
Compare
Choose a tag to compare
Alkwa/add in rooms (#12)

* initial checkin for adding in rooms

* updating rooms functions

Adding the displayname parameter when adding a user to a thread

21 Oct 20:11
ca2a40d
Compare
Choose a tag to compare

Adding the displayname parameter when adding a user to a thread

When we were just adding users with an acs user id, they would not have a display name.
This is separate from the senderDisplayName which is per message.

Adding a local.settings.json for local deployment and Cors *

11 Aug 14:39
b0a2735
Compare
Choose a tag to compare
  • Added Cors * for localhost development
  • This release also contains a local.settings.json so you can download this release, update the local.settings.json, and then run func start to get running immediately

Added getParticipants and getChatThreads for chat functions

08 Aug 16:33
265fd16
Compare
Choose a tag to compare
265fd16

adding additional chat functions to backend proj (#8)

0796a8e

28 Jul 18:13
2664c79
Compare
Choose a tag to compare

A test release to see if this works