Share via

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

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

{count} votes

2 answers

Sort by: Most helpful
  1. 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

  2. Sayali-MSFT 5,191 Reputation points Microsoft External Staff Moderator
    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

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.