Hallo Vieri roomConnect is an event handler that gets automatically called in the server interface. The client never actively "calls" this method. You can see that by the @Override annotation in the ScopeApplicationAdapter. Every Override is an event, not a actively called method.
The client simply disconnects and uses the url: rtmp://host:port/openmeetings/1 (for room_id 1) And later on calls "setRoomValues" as soon as he has successfully connected. Sebastian 2013/1/30 Vieri <[email protected]> > 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 > > -- Sebastian Wagner https://twitter.com/#!/dead_lock http://www.webbase-design.de http://www.wagner-sebastian.com [email protected]
