You have to be a bit more specific here, what exactly are you trying to achieve?
MS Teams: Integration Chat with Team

Is there any method of integrating an existing MS Teams Chat with an existing MS Teams Team?
Microsoft Teams
3 answers
Sort by: Most helpful
-
Vasil Michev 118.1K Reputation points MVP Moderator
2020-12-11T08:37:12.037+00:00 -
JimmyYang-MSFT 58,581 Reputation points Microsoft External Staff
2020-12-14T01:48:31.447+00:00 Hi @Karolina Rozmus ,
In my experience, MS Teams provide Teams chat after you join in Teams organization. You can start one-and-one and group chats by selecting New chat at the top of the chat list. For more reference:
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
-
Support Team 0 Reputation points
2024-10-18T06:58:17.7066667+00:00 Hi
I want integrate Ms Teams in react app I am using some packages & some helper functions as below
import {AzureCommunicationTokenCredential, CommunicationUserIdentifier
} from '@azure/communication-common';
import {
CallComposite,
fromFlatCommunicationIdentifier,
useAzureCommunicationCallAdapter
} from '@azure/communication-react';
I have created on resource in azure communication service & getting token & identity from ACS,
When i am trying to integrate the ms teams in my react, fromFlatCommunicationIdentifier & useAzureCommunicationCallAdapteris not workin.
I am following below docs for MS teams Integration
https://learn.microsoft.com/en-gb/microsoft-cloud/dev/tutorials/acs-to-teams-meeting?WT.mc_id=m365-80533-dwahlin&tabs=typescript%2Cbash&tutorial-step=2