Please create jira issue. Would be nice if the description will be as detailed as possible.
Currently user has 2 own rooms, any number of room created using calendar appointments and any number of rooms created in private messages. I personally not sure how this new setting should work On May 23, 2014 8:44 AM, "Leon Wood" <[email protected]> wrote: > Hi, > Maybe, in the next release, we can have an option to allow the > administrator to disable common users to create rooms themselves. > > > > > On Thu, May 22, 2014 at 11:00 PM, Maxim Solodovnik > <[email protected]>wrote: > >> version 3.0.x >> >> org.apache.openmeetings.web.common.UserPanel >> >> public static List<Room> getMyRooms() { >> List<Room> result = new ArrayList<Room>(); >> result.add(getBean(IRoomManager.class).getRoomByOwnerAndTypeId(getUserId(), >> 1L, WebSession.getString(1306L))); >> result.add(getBean(IRoomManager.class).getRoomByOwnerAndTypeId(getUserId(), >> 3L, WebSession.getString(1307L))); >> >> result.addAll(getBean(RoomDao.class).getAppointedRoomsByUser(getUserId())); >> return result; >> } >> >> you need to comment 2 lines. >> >> Please NOTE rooms are also created via calendar >> >> >> On Thu, May 22, 2014 at 9:50 PM, Martin Müller <[email protected]>wrote: >> >>> Hi community, >>> >>> >>> >>> Openmeetings creates 2 rooms for each registered user once they are >>> logged in. I want people to be able to register but only use rooms that I >>> create for their usergroup. Basically they should only be allowed to >>> videochat whenever I create a room for them. >>> >>> >>> >>> Is that possible? >>> >>> >>> >>> I read somewhere that I might have to change some lines in the source >>> (author didn’t say where) and compile by myself. I’m familiar with Java so >>> if someone could point me to the right place (the source is huge!) that >>> would already help a lot! >>> >>> >>> >>> Greetings and thanks in advance, >>> >>> Martin. >>> >> >> >> >> -- >> WBR >> Maxim aka solomax >> > >
