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

Reply via email to