Hi, I'd like to know which part of the OM source code is executed when a user clicks on the "Enter" button when trying to access a room. I believe it could be:
org.apache.openmeetings.remote.red5.ScopeApplicationAdapter#roomConnect I also suppose that this method is called even when users enter a room via invitation hash. I'm trying to find the right place in the source code to customize room access (allow/deny) according to custom requirements. Is roomConnect always called before entering ANY conference room? Are there any other classes/methods I should look for? Thanks, Vieri
