MEETING_STATUS_IDLE after joining

Description
Sometimes after second joining to the meeting - nothing happens. MEETING_STATUS_IDLE reported and that is it. Needed to close meeting and rejoining again.

Which Android Meeting SDK version?
5.7.6.1915 and 5.7.6.1918

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Run MyMeetingActivity with custom UI from the sample project.
  2. Join the meeting.
  3. Close meeting
  4. Open MyMeetingActivity again immediately.
  5. Try the above steps 2-3 times. Notice that sometimes meeting not connected.
2021-11-05 17:34:23.533 : onCreate
2021-11-05 17:34:25.663 : joinMeeting
2021-11-05 17:34:29.105 : onMeetingStatusChanged: MEETING_STATUS_CONNECTING, errorCode: 0, internalErrorCode: 0
2021-11-05 17:34:31.847 : onMeetingStatusChanged: MEETING_STATUS_INMEETING, errorCode: 0, internalErrorCode: 0
2021-11-05 17:34:50.664 : onMeetingStatusChanged: MEETING_STATUS_DISCONNECTING, errorCode: 0, internalErrorCode: 0
2021-11-05 17:34:51.155 : onMeetingStatusChanged: MEETING_STATUS_IDLE, errorCode: 0, internalErrorCode: 0


2021-11-05 17:34:54.872 : onCreate
2021-11-05 17:34:54.955 : joinMeeting
2021-11-05 17:34:55.625 : onMeetingStatusChanged: MEETING_STATUS_CONNECTING, errorCode: 0, internalErrorCode: 0
2021-11-05 17:34:58.031 : onMeetingStatusChanged: MEETING_STATUS_INMEETING, errorCode: 0, internalErrorCode: 0
2021-11-05 17:35:04.522 : onMeetingStatusChanged: MEETING_STATUS_DISCONNECTING, errorCode: 0, internalErrorCode: 0



2021-11-05 17:35:08.611 : onCreate
2021-11-05 17:35:08.716 : joinMeeting
2021-11-05 17:35:08.908 : onMeetingStatusChanged: MEETING_STATUS_IDLE, errorCode: 0, internalErrorCode: 0
>>>>>>>>>>>>>>>>>>>>>>> HERE MEETING STUCKS

Hi @anmiz, thanks for using our SDK.

I was not able to reproduce the behavior you are describing after 10+ attempts. Would you be able to provide a screen recording of the issue so that we can ensure we are both taking the same steps? Also, what device make/model/OS version are you running?

Thanks!

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