Description
I have a system with pro zoom account. There are multiple clients in our system. Each client has multiple staffs and their own customers. The staff would start the meeting as a host and the customer is provided the join_url. The staff and the customer have meetings between them. The problem is it’s likely that there may be multiple meetings happening at the time considering there are many clients and client staffs. So, how to I handle this situation. If you would help me figure out the following points:
- Do I need to create user accounts in our pro zoom account for each client staff ? If yes, should the client staff be created as i) user create api action attribute: create or custCreate ?
custCreate seems to be complicated process and I don’t know about this. - I don’t want to have 40-minute limitation which is for User-type : Basic . I cannot create Licensed users for every staffs since there is limitation upto 9 Licensed users in Pro account.
- Client staff need to able to start the meeting.
So, how should I approach to architect this ? Any help is appreciated .