microsoftgraph / microsoft-graph-comms-samples

Microsoft Graph Communications Samples
MIT License
211 stars 236 forks source link

how to send and receive messages in the meeting #791

Open jade0520 opened 2 days ago

jade0520 commented 2 days ago

Is there a way for the bot to send and receive messages in the chat window within a Teams meeting while it has joined the meeting?

InDieTasten commented 1 day ago

Yes, but chat functionality is completely separated from the calling functionality in the SDKs. You can take a look here: https://learn.microsoft.com/en-us/graph/api/resources/chat?view=graph-rest-1.0

If you are connected to a meeting, you should be able to get the chatInfo resource to perform the chat operations using the regular Graph SDK for example.

yk-recall commented 1 day ago

Confirming that InDieTasten is correct here, you’ll want to leverage the chat resource type to interact with the chat window in a Teams meeting.

You also might want to check out the Recall.ai API.

It’s a simple 3rd party API that lets you use meeting bots to get raw audio/video/metadata from meetings without you needing to spend months to build, scale and maintain these bots.

Here are the API docs: https://docs.recall.ai