Forum Discussion
lsl-immeo
Nov 23, 2021Copper Contributor
allowMeetingChat is not set according to its meetingChatMode in graph api patch request
When setting the allowMeetingChat and its meetingChatMode (enabled, disabled, limited, unknownFutureValue) it is not set on the meeting object. This is both for v1 and beta version of the api. Other ...
- Nov 26, 2021
Yes. It's right.
PATCH - https://graph.microsoft.com/v1.0/me/onlineMeetings/id
Content-Type: application/json
{
"lobbyBypassSettings": {
"isDialInBypassEnabled": true,
"scope":"everyone"
}
}
Reference Doc:-Update onlineMeeting - Microsoft Graph v1.0 | Microsoft Docs
Sayali-MSFT
Microsoft
Nov 26, 2021Yes. It's right.
PATCH - https://graph.microsoft.com/v1.0/me/onlineMeetings/id
Content-Type: application/json
{
"lobbyBypassSettings": {
"isDialInBypassEnabled": true,
"scope":"everyone"
}
}
Reference Doc:-Update onlineMeeting - Microsoft Graph v1.0 | Microsoft Docs
lsl-immeo
Nov 26, 2021Copper Contributor
Thanks 🙂
- ChetanSharma-msftDec 06, 2021
Microsoft
lsl-immeo - Could you please confirm if your issue has resolved with above suggestion or still looking for any help?
- lsl-immeoDec 07, 2021Copper ContributorIt is resolved, thanks!