I need to check whether a user is in the lobby in several meeting at once. I am able to get the required information via EventChannel If I join a user via skype ucwa application. This works for up to 4 meetings for me. Meaning if I join for the same user to 4 different meetings I get events in event channel which belongs to 4 meetings and can find whether another user is in the lobby or not.
But in production environment this number can be reached to more than 100 and also I need to execute these steps in a timely manner. Say once in every 3 minutes I need to check whether users are in lobby or not. But right now if I try to join more than 4 or sometimes 5 meetings I get a 403 error and error code is "Forbidden" and the error subcode is "MaxEventCountReached".
There is no documentation about this errorcode anywhere. Even after 4 meeting joins If I try to Delete the skype aplication which I use to initially log in and create(POST) the application again and try to join meeting ,most of the time I get the error.
Does anyone have an idea on how to proceed ?
P.S Client application is written in Java