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

petrsvihlik/azure-communication-chat-blazor-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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