GetMeetingParticipantsAsync started failing today with error "There is no value in the ParticipantDevice enum that corresponds to 'win 11'." #353
Closed
cropter123
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
var participants = mZoomClient.Dashboards.GetMeetingParticipantsAsync(meeting.Id.ToString()).Result;
Used to work just fine, today it started failing with following stack trace. Look like ParticipantDeviceConverter is missing the the handling of device: win 11. Is there any quick workaround?
Beta Was this translation helpful? Give feedback.
All reactions