Zoom meeting rejoining issue

Hi Zoom sdk team,

When user (Host) joined meeting and leave meeting and again try to join meeting then user (Host) is unable to join meeting.

When we face this issue then user(Host) can`t rejoin meeting after logout only user can join meeting.

Our observation.

When we leave meeting then user (Host) left meeting successfully.

And when Host wants to rejoin then Host is getting

override fun onMeetingNeedPasswordOrDisplayName(
needPassword: Boolean,
needDisplayName: Boolean,
handler: InMeetingEventHandler?
) {}

in this callback we get needPassword true and needDisplayName false.

If using InMeetingService.getMeetingPassword() we try to find password then it`s return null value.

we tried to set password so user will be able to join meeting with below api:-

handler?.setMeetingNamePassword(“”, “”, false) : Doesnt work (Unable to join meeting) and didnt get any callback from zoomsdk

handler?.setMeetingNamePassword(“”, “”, true) : Zoom call got disconnected.
09-07 00:15:10.333 17960 17960 D MeetingScreen: onMeetingStatusChange: meeting status:MEETING_STATUS_DISCONNECTING
09-07 00:15:10.333 17960 17960 D MeetingScreen: errorCode:0
09-07 00:15:10.333 17960 17960 D MeetingScreen: internalErrorCode:0
09-07 00:15:10.336 17960 17960 D MeetingScreen: The status hit and is disconnecting
09-07 00:15:10.362 415 4147 D audio_hw_generic_caremu: audio_vbuffer_write audio_vbuffer is full
09-07 00:15:10.381 17960 17960 I SimpleInMeetingListener: onMeetingLeaveComplete: meetingEndReason0
09-07 00:15:10.382 17960 17960 I SimpleInMeetingListener: onMeetingLeaveComplete: meetingEndReason0
09-07 00:15:10.382 17960 17960 I SimpleInMeetingListener: onMeetingLeaveComplete: meetingEndReason0

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