Zoom SDK app crashes with unknown reason - help reading dump files

Hey @oren.nahum,

It looks like there are SDK calls being run on child threads in your application. Can you move all of your SDK calls to the main thread? The SDK must run on the main thread.

Thanks!
Michael