Hello everyone,
I am trying to integrate zoom into my android app. I have initialize zoom success with error code 0, but when i use meetingService to join meeting, the return value of meetingService is 99.
I create a meeting on website first, get the invite meeting number and password then use it, but nothing displayed on the screen.
My code:
Logcat:
What does status MEETING_STATUS_IDLE means? and why when I try to join meeting, nothing displayed?
Thank you for any information.