In previous versions of the MeetingSDK, I didn’t think it was necessary to execute getUserInfoById()
on the main thread. However, when I attempted to run getUserInfoById()
, it crashed and displayed an error indicating that it should be executed on the main thread.
I believe that in earlier versions of the MeetingSDK, executing on the main thread was not required. Additionally, the result is not being returned properly. It seems that starting around MeetingSDK version 6.1.5, null
is being returned, and it doesn’t appear to have been fixed yet.
I tested with MeetingSDK versions 6.1.5 and 6.2.3, and both resulted in the same outcome.
Has anyone else encountered similar issues? Are there any workarounds or solutions available? While fixing this issue would be the most ideal solution, it seems that Zoom is taking a very long time to address it.