Nov 23 2021 01:55 AM
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 values in the same call are changed like allowAttendeeToEnableMic and allowAttendeeToEnableCamera.
PATCH /..../meeting/id
{
property: change
}
REsponse: 200
GET /.../meeting/id
{
property: old value
}
Nov 23 2021 05:27 AM
@lsl-immeo - We will check it from our end also and let you know.
Nov 25 2021 02:30 AM - edited Nov 25 2021 02:31 AM
@lsl-immeo - We tried to repro this issue from our end, We are able to set allowMeetingChat according to its meetingChatMode in graph API patch with the both version V1 and beta.
Reference Doc:- Update onlineMeeting - Microsoft Graph v1.0 | Microsoft Docs
Nov 25 2021 11:23 PM
Nov 25 2021 11:28 PM
@Sayali-MSFT Thanks for your feedback. I will test again, and get back to you.
Nov 26 2021 04:47 AM
Nov 26 2021 05:02 AM - edited Nov 26 2021 05:02 AM
SolutionYes. 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
Nov 26 2021 05:04 AM
Dec 06 2021 09:35 AM - edited Dec 06 2021 09:35 AM
lsl-immeo - Could you please confirm if your issue has resolved with above suggestion or still looking for any help?
Dec 07 2021 12:04 AM
Nov 26 2021 05:02 AM - edited Nov 26 2021 05:02 AM
SolutionYes. 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