Will do. Thanks Maxim.
On Oct 22, 2014 10:41 AM, "Maxim Solodovnik" wrote:
> Thanks!
>
> Hopefully will address it in 3.0.5 (not sure I have enough time for this
> in 3.0.4)
>
> @Daniel, please update the issue with your requirements, it will helps to
> build consistent API
>
> On 22 October 2014
Thanks!
Hopefully will address it in 3.0.5 (not sure I have enough time for this in
3.0.4)
@Daniel, please update the issue with your requirements, it will helps to
build consistent API
On 22 October 2014 21:21, César M. Sandrigo wrote:
> Ok guys,
>
> I already created a new JIRA issue
> https
Hi all:
We are also interested in this functionality. We would like to be able to
generate an activity report, by usergroup, listing meetings that occurred
in each room. Ultimately the report should include the room, all
participants, date, start time and end time, and the length of the meeting,
f
Ok guys,
I already created a new JIRA issue
https://issues.apache.org/jira/browse/OPENMEETINGS-. It's my first
issue, so please check it and let me know if it is OK.
I'm glad to colaborate :) . Greetings!
2014-10-22 10:03 GMT-03:00 César M. Sandrigo :
> Thanks Maxim and Peter,
>
> I'll creat
Thanks Maxim and Peter,
I'll create a jira with the functionality and in the meantime maybe
I'll use the query that Peter proposed.
Thanks again!
2014-10-22 5:14 GMT-03:00 Maxim Solodovnik :
> Thanks Peter,
> I thought of something like this but on the API level :)
>
> On 22 October 2014 15:05,
Thanks Peter,
I thought of something like this but on the API level :)
On 22 October 2014 15:05, Peter Dähn 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
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
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 wrote:
> Hi everybody!
>
> Is there a way to know how many people have participated in a specifi
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