Hi everyone!
Regarding the title, I want to know whether such like behavior is expected or not.
The situation is as bellow.
- I usually use own zoom account.
- Some guy(A) sometimes create zoom meeting using his account and zoom API(JWT)
- A will give me start_url to make me join the meeting as host instead of him.
- I could not join as own account from join_url automatically(or asked to sign in again) after once i join meeting from start_url as host. Always will join as host…
The above steps, i do not want to join as host in the step 4.
- My expect was that i will join as own account or i’m asked sign in again)
- start_url is published by Create a meeting(/users/{userId}/meetings) with JWT.
Is this behavior you expect? Or Is there any way to control in my case?
Thank you in advance.