Forum Discussion

Petri Helin's avatar
Petri Helin
Copper Contributor
Apr 06, 2021

Disable meeting chat using Graph API?

Hi all!

We're creating online meetings with "onlineMeeting: createOrGet" API. The API documentation is quite on the thin side and we're wondering if there's undocumented parameters we could pass along request body to enable/disable meeting options.

 

To be exact, we'd like to disable chat in the meetings created with createOrGet API.

 

Anyone succeeded to change meeting settings via Graph API?

 

Br,

/Pete

2 Replies

  • Hello Petri Helin,
    You can pass this parameter to disable the online meeting chat while creating the meeting using /onlineMeetings Graph API call - "allowMeetingChat": "disabled"

Resources