onMeetingStatusChanged weird behavior depending on the the type of meeting

When I join to a meeting without zoom login, I mean, using the meeting credentials, depending on the type of the meeting I get different sequence of meeting events in the callback function:
onMeetingStatusChanged

1- If the meeting has no lobby:

  • MEETING_STATUS_CONNECTING
  • MEETING_STATUS_INMEETING

which seems OK
2.- If the meeting has lobby:

  • MEETING_STATUS_CONNECTING
    when somebody in the meeting accepts mi request to join
  • MEETING_STATUS_RECONNECTING
  • MEETING_STATUS_IDLE

which seems weird

It’s a zoom SDK error or I’m doing anything bad?

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