We have integrated the Zoom Android SDK into our application, allowing devices to join meetings without using a Zoom account.
In most cases, the device joins successfully. However, sometimes the device gets stuck in MEETING_STATUS_CONNECTING, even though it has joined the meeting (other users can see that the device has joined the meeting).
The detailed information is provided below:
1. Logs:
The device gets stuck in MEETING_STATUS_CONNECTING, which leads to a timeout error after 30 seconds.
2. Real situation
The device has successfully joined the meeting.
In Zoom Workplace (Host account), we can see that device 89XB012800A has joined the meeting.
However, the device does not transition to MEETING_STATUS_INMEETING, preventing it from rendering the meeting view.
3. Other details
SDK version: v6.3.5.26940 (lastest version)
This issue occasionally occurs, and we are unable to determine the specific cases in which it will happen.