meetingType in OnlineMeeting object

Rohan Jingar 0 Reputation points
2023-09-14T07:54:09.98+00:00

Hi,

I am receiving a null value for the meetingType property in the create online meeting response. Can you provide more information about this property? It is not documented in the describe onlineMeeting object document.

https://learn.microsoft.com/en-us/graph/api/resources/onlinemeeting?view=graph-rest-1.0

Microsoft Graph Applications API
Microsoft Graph Applications API
A Microsoft API that enables you to manage these resources and actions related to applications in Azure Active Directory.
650 questions
Microsoft Graph Cloud Communications API
Microsoft Graph Cloud Communications API
A Microsoft API that adds a new dimension to how your apps and services interact with users through various communications-related features, such as calling and online meetings.
147 questions
Microsoft Graph Teamwork API
{count} votes

1 answer

Sort by: Most helpful
  1. CarlZhao-MSFT 28,531 Reputation points
    2023-09-14T10:23:54.7066667+00:00

    Hi @Rohan Jingar

    As far as I know, the meetingType property was removed in 2019 and replaced by a new property called isBroadcast. Therefore, you can refer to the description of the isBroadcast property.

    User's image

    Source: https://devblogs.microsoft.com/microsoft365dev/breaking-changes-calls-and-online-meetings-api-updates-in-microsoft-graph-beta-2/.

    Hope this helps.

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