loging out to sign page whe inviting out user

2014-11-04 Thread Mark Lin
Hello, using openmeetings 3.0.4 when inviting out user from room user click the hash link and anter the room there is no problem at the conference duration but if the admin exit the room 'with the exit room button Created detachment and turned instead to the list rooms or any other page in the sy

Re: Need help for debugging and running from eclipse.

2014-11-04 Thread mahedi kaysar
Hi, This is my official email on behalf of kaysar07c...@gmail.com. Thanks Mahedi On 4 November 2014 11:00, Mahedi Kaysar wrote: > Dear All, > I have imported the project in eclipse with the help of bellow link: > http://openmeetings.apache.org/BuildInstructions_3.0.x.html > > After following al

Need help for debugging and running from eclipse.

2014-11-04 Thread Mahedi Kaysar
Dear All, I have imported the project in eclipse with the help of bellow link: http://openmeetings.apache.org/BuildInstructions_3.0.x.html After following all the steps it was showing build path error. Then I make it error free by showing the jar files. Now I want to run and debug the code. But I

Re: multiple share screen

2014-11-04 Thread Minh Trung
Hi Maxim, Thanks for reply. But i have had back screen when viewing desktop sharing from client as attach. How to resolved this issue. Any help is appreciated, On 4 November 2014 10:42, Maxim Solodovnik wrote: > This is because you are using screensharing on one machine > please use 2 differ

R: check if user is in a Room

2014-11-04 Thread Dario Guida
Oh sorry it is the name of my method… so I built this method getUsersListByRoomId(long roomId) that return a Map of Users in a room public HashMap getUsersListByRoomId(long roomId) { HashMap users = new HashMap(); try