Description
Hello, I’m doing so customize of zoom android sdk for the app and there are some needs.
-
Is it possible to know the duration of current meeting when a new user came into a meeting?Like, A and B are having a meeting and it last 10 mins, suddenly C join in the meeting, can zoom android sdk provide some api that C can know the meeting has already last 10 mins?
-
Its it possible to know that the current meeting has 40 mins limits? I notice that for free user If the meeting have more than 3 people, there will be a 40 mins limit and the pro user have no such limit. So it possible to know this info from the android sdk after a user join into the meeting? I want to inform user in advance.
-
Does the zoom have some kind of time out mechanism when a user disconnect for quite a while? And can the sdk tell if the user still in a particular meeting? Let’s say user A is having a meeting but suddenly somehow app crash, when the user restarts the app, can the zoom sdk tell us that user A have been inside a meeting that not finish yet? So that then can guide user to rejoin the meeting. And if he leave meeting because of timeout, or the meeting is already over, We’ll not guide the user.
-
I notice that when user is having a meeting, whenever someone come and leave, the sdk will notify by the user id. Is this id can be considered not the user’s identity and it’s something like id only use in the meeting? I tested and found that say user A join a meeting and got his id 123, and then A left, then A join again, then I got his id 456. And sometimes it keep 123. So this is a little bit confused, can give more information about this?
-
Why the email field in the user info can be some random string? Our company have bought the business license and there are some account under the “main account?” and I tested and found out that when I try to get the user info from these accounts, the email field will return some random string, but these account surely have proper email address. And I test my free personal account and I can get XXX@gmail.com. For those accounts under the main account I’m sure they all have the proper email address like XXX@XX.com. So how does these happen? Can I restore the “random string” to the original account by some method?
-
Our company had bought the zoom’s service and there’s some account (with devices?) can create meeting in the meeting room. For those meeting create by devices, first time we try to join with joinMeeting api with JoinMeetingParams but fail and we think it’s because for JoinMeetingParams it lack of authenticate info. So we try to call startMeetingWithParams with StartMeetingParams(it need to pass the token and zak) to join a device host meeting and it work! However, later we found that the StartMeetingParams cannot pass the password, only JoinMeetingParams can, so when the device host meeting needs the password, both way fail. For JoinMeetingParams we lack of authenticate info, for StartMeetingParams we lack of password, so how to solve this?
Sorry to ask many questions at a time, but I’m really need your help.
Look forward to the reply, thanks in advance.
Which version?
latest
To Reproduce(If applicable)
None
Screenshots
None
Smartphone (please complete the following information):
None
Additional context
None

