Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 1.2 KB

File metadata and controls

29 lines (20 loc) · 1.2 KB

Live Demo

ACS Blazor

A demonstration of Azure Communication Services capabilities in a Blazor app.

Sample dialogue from Red Dwarf

Prerequisites

Running the app locally

  • Add configuration (either in appsettings.json or user secrets)
{
  "CommunicationConfiguration": {
    "Endpoint": "https://<your_communication_resource>.communication.azure.com/",
    "AccessKey": "<your_access_key>"
  }
}
  • dotnet run
  • Open the app in multiple incognito windows to test sending and receiving chat messages