Azure Communication service with Angular

Anonymous
2022-01-05T05:21:56.577+00:00

I am using Angular7 application and backend Web API,

How can I integrate Azure communication service in my web application and where the chat data will be stored,
Do you have any sample application in Angular with web api?

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
1,234 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 22,706 Reputation points Moderator
    2022-01-06T09:07:18.597+00:00

    Thanks for asking question! If you are looking for using azure communication chat using Angular and generate tokens in the back-end.

    The first thing is to create a communication service resource. After creating Communication service you can look for Connection strings which allow the Communication Services SDKs to connect and authenticate to Azure. You can access your Communication Services connection strings and service endpoints from the Azure portal or programmatically with Azure Resource Manager APIs.

    Thanks to Ghanshyam for this article on Azure Communication Chat Using Angular might be helpful

    Let us know if further query on this.

    1 person found this answer helpful.

  2. SnehaAgrawal-MSFT 22,706 Reputation points Moderator
    2022-01-07T12:40:30.107+00:00

    Thanks! You may want to know that communication Services stores chat history until explicitly deleted.
    Chat thread participants can use ListMessages to view message history for a particular thread. Users removed from a chat thread will be able to view previous message history, but they won't be able to send or receive new messages as part of that chat thread.

    To learn more about data being stored by Communication Services, refer to documentation on privacy.

    Chat threads can have one or many users as participants who can send messages to it and user can be a part of one or many chat threads.

    Also, ACS Chat SDKs can be used to add real-time text chat to your applications.

    Check this document link for key Chat concepts and capabilities: https://learn.microsoft.com/en-us/azure/communication-services/concepts/chat/concepts

    hope this helps.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.