how can i differentiate betweeen live events and meeting using the Graph api response data

cherif zargouni 1 Reputation point
2022-12-05T10:41:57.1+00:00

Hello everyone , how can i distanguate between live events and meeting in microsoft teams according to the response object of the http request

greetings

Microsoft Teams | Development
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Graph
Microsoft Teams | Microsoft Teams for business | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Shivam Dhiman 6,081 Reputation points
    2022-12-05T23:30:48.053+00:00

    Hi @cherif zargouni

    To check whether the meeting is Live event or not you can use "isBroadcast".

    As per the documentation isBroadcast Indicates if this is a Teams live event. So if the value for isBroadcast is true this means that its a Teams live event. For non live events i.e. OnlineMeeting this value will be false. Please refer to this documentation and below sample screenshot.
    267319-isbroadcast.png

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.

    1 person found this answer helpful.

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.