The host has change your role to attendee

Description
I am passing zoom access token of the user who created the meeting. at first I am able to join as host. but while trying multiple time this message came up “The host has change your role to attendee” and cant join as host since then.

This is my code:

        val opts = StartMeetingOptions()
        opts.no_driving_mode = true

        val params = StartMeetingParamsWithoutLogin()
        params.userId = zoomData.userId
        params.zoomAccessToken = zoomData.zak
        params.meetingNo = schedule.zoomId
        params.displayName = schedule.name

        ZoomSDK.getInstance().meetingService.startMeetingWithParams(context, params, opts)

Which Android Meeting SDK version?
zoom-sdk-android-5.10.3.5614

Screenshots

Smartphone (please complete the following information):

  • Device: Galazy A12
  • OS: Android 11

Additional context
I am expecting to join as host since I am using zoom access token of the meeting creator.

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