Re: check if user is in a Room

2014-11-05 Thread Maxim Solodovnik
} > > } > > *catch* (RemoteException e) > > { > >e.printStackTrace(); > > } > > > > *return* users; > > } > > > > BUT I NEED USER

R: check if user is in a Room

2014-11-04 Thread Dario Guida
sers.length >0) { for(int i = 0; imailto:solomax...@gmail.com] Inviato: lunedì 3 novembre 2014 19:18 A: Openmeetings user-list Oggetto: Re: check if user is in a Room What version are you using? I'm

Re: check if user is in a Room

2014-11-03 Thread Maxim Solodovnik
What version are you using? I'm unable to find the method you a referring to On 3 November 2014 22:52, Dario Guida wrote: > Hi, > > > > I want to check if a user is in an specificRoom…How can I do? > > > > I’ve seen getUsersListByRoomId(roomId) but It return “firstName”, > “lastName”, “publicSID

check if user is in a Room

2014-11-03 Thread Dario Guida
Hi, I want to check if a user is in an specificRoom.How can I do? I've seen getUsersListByRoomId(roomId) but It return "firstName", "lastName", "publicSID" of each user. I need userId or externalUserId to be sure of a specific user. Thank you