Zoom SDK 5.7 onMeetingConnected event missing

Hi,

We just upgraded to zoom-sdk-android-5.7.1.1268 and we see a lot of API changes.
The most important to us is the event onMeetingConnected, it was present on the previous version 5.0 but now it disappeared. Whats the new way to figure out when the meeting is finally connected (after leaving the waiting room and connected to the real meeting) ?

Thanks.

Hi @casmeiron,

In order to determine when you have joined a meeting successfully, you should listen for the onMeetingStatusChanged callback. When you have joined the meeting, the meetingStatus parameter will have a value of MeetingStatus.MEETING_STATUS_INMEETING.

Thanks!

Ok I will do that, thanks!

You are welcome! Let me know if there are any issues with that approach and I’ll be happy to help!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.