how to get online meeting chats using api

Ameer Kaja 0 Reputation points
2023-03-09T11:52:21.6766667+00:00

I want to handle chat messages which is communicated during meeting with participants using API. Kindly guide me on this

regards

Ameer

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,287 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Sayali-MSFT 2,491 Reputation points Microsoft Vendor
    2023-03-10T16:43:25.2866667+00:00

    To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel).
    You will be getting the list of messages in meeting using the below graph api-

    Copy

    GET /me/chats/{chat-id}/messages
    
    

    We will check it internally if it any and get back to you.

    Reference document-https://learn.microsoft.com/en-us/graph/api/chatmessage-get?view=graph-rest-1.0&tabs=http

    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

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.