How to use chatComposite and chat Adapter for teams interop? #5465
Replies: 1 comment 2 replies
-
Hi @anonymous21155, To clarify, are you looking to enable Teams interop Chat without a Teams meeting? If so, please note that we currently only support Teams Interop for meeting chats, where the participant must first join via Calling SDK and be admitted to the meeting. If your goal is to enable Teams interop Chat in the context of a Teams meeting, since the chatComposite is designed without calling functionality, it's not intended to handle the process of participants joining a call and requesting admission, whereas the callWithChatComposite includes this flow as part of its design. If the user is already added and admitted to the meeting, then the user can have a Teams interop chat using the ChatComposite. If you have a specific use case, please submit a feature request through this link. Thanks. |
Beta Was this translation helpful? Give feedback.
-
I have been using both callComposite and callWithChatComposite for teams interoperability. However I was not able use this with chatComposite and chatAdapter. I can see from the doc locator is not a property for
AzureCommunicationChatAdapterArgs
while its supported forAzureCommunicationCallAdapterArgs.
Is there a way i can use teams interoperability with chatComposite?Beta Was this translation helpful? Give feedback.
All reactions