You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@TamasSzilagyi84 reported in #369 an undocumented value for participant device that is preventing ZoomNet from being able to parse the JSON response from Zoom. I subsequently asked a question on Zoom's developer forum and hopefully someone from Zoom can help us understand why we are getting these values.
In the mean time I propose improving the logic in ParticipantDeviceConverter to handle any value that starts with Web Browser as a ParticipantDevice.Web. This will solve the parsing problem in the short term, until we discover some other undocumented value being returned from the API.
The text was updated successfully, but these errors were encountered:
@TamasSzilagyi84 reported in #369 an undocumented value for participant device that is preventing ZoomNet from being able to parse the JSON response from Zoom. I subsequently asked a question on Zoom's developer forum and hopefully someone from Zoom can help us understand why we are getting these values.
In the mean time I propose improving the logic in ParticipantDeviceConverter to handle any value that starts with
Web Browser
as aParticipantDevice.Web
. This will solve the parsing problem in the short term, until we discover some other undocumented value being returned from the API.The text was updated successfully, but these errors were encountered: