User Profile
lsl-immeo
Copper Contributor
Joined 4 years ago
User Widgets
Recent Discussions
Re: allowMeetingChat is not set according to its meetingChatMode in graph api patch request
Sayali-MSFT It works! Although I found that if the lobbyBypassSettings is set to invited (People I Invite) and the allowedPresenters is set to everyone. The invited attendees cannot bypass the lobby. If the allowedPresenters are set to Specific people the lobbyBypassSettings invited-setting works with the invited presenters can bypass the lobby. Is this as expected? meetingObj = new OnlineMeeting() { LobbyBypassSettings = new LobbyBypassSetting() { Scope = "invited", IsDialInBypassEnabled = false }, AllowAttendeeToEnableCamera = true, AllowAttendeeToEnableMic = true, AllowMeetingChat = "limited", AllowedPresenters = "everyone", IsEntryExitAnnounced = false, RecordAutomatically = false };1.5KViews0likes4CommentsallowMeetingChat 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 values in the same call are changed like allowAttendeeToEnableMic and allowAttendeeToEnableCamera. PATCH /..../meeting/id { property: change } REsponse: 200 GET /.../meeting/id { property: old value }Solved1.7KViews1like9Comments
Recent Blog Articles
No content to show