Thanks Peter, I thought of something like this but on the API level :) On 22 October 2014 15:05, Peter Dähn <[email protected]> wrote:
> Hello, > > you could also ask the database... > > something like (here postgres) > > *Select count(distinct user_id) from conferencelog where room_id=2470 AND > inserted>'2014-10-21 14:50:00.00' AND inserted<'2014-10-21 16:59:59.99';* > > could help till there is a function for it. > > Greetings Peter > > Am 22.10.2014 um 04:36 schrieb Maxim Solodovnik: > > you are right, it is for real time information > > functionality you are looking for can be implemented, could you create > JIRA issue with detailed description > > On 22 October 2014 03:07, César M. Sandrigo <[email protected]> wrote: > >> Hi everybody! >> >> Is there a way to know how many people have participated in a specific >> appointment? >> >> I see that I have two interesting methods in RoomService that maybe >> can help me: getRoomCounters and getRoomsWithCurrentUsers but these >> seem to be to retrieve real-time information about rooms. Am I right? >> >> Do you know other way to get this information? Is it possible? >> >> Thanks a lot! >> > > > > -- > WBR > Maxim aka solomax > > -- WBR Maxim aka solomax
