-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to send and receive messages in the meeting #791
Comments
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. |
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 |
@yk-recall I would like to remind you that we have a https://opensource.microsoft.com/codeofconduct/ here. Your various comments in this repo are adding no value to the issues at hand. It is quite clear, that you copy some detail from the original issue and claim that recall.ai solves it, giving no details whatsoever. |
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?
The text was updated successfully, but these errors were encountered: