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
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
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
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
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