Skip to content

Releases: alkwa-msft/AzureCommunicationServicesGetStartedApis

Adding in rooms functions

Choose a tag to compare

@alkwa-msft alkwa-msft released this 02 Nov 01:51
10679f9
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

Choose a tag to compare

@alkwa-msft alkwa-msft released this 21 Oct 20:11
ca2a40d

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 *

Choose a tag to compare

@alkwa-msft alkwa-msft released this 11 Aug 14:39
b0a2735
  • 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

Choose a tag to compare

@alkwa-msft alkwa-msft released this 08 Aug 16:33
265fd16
265fd16

adding additional chat functions to backend proj (#8)

0796a8e

Choose a tag to compare

@alkwa-msft alkwa-msft released this 28 Jul 18:13
2664c79

A test release to see if this works