[jira] [Created] (OPENMEETINGS-2729) Please add healthcheck so it's possible to monitor performance

2022-04-30 Thread Daniel Ascher (Jira)
Daniel Ascher created OPENMEETINGS-2729:
---

 Summary: Please add healthcheck so it's possible to monitor 
performance
 Key: OPENMEETINGS-2729
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2729
 Project: Openmeetings
  Issue Type: Improvement
  Components: Performance
Reporter: Daniel Ascher
Assignee: Maxim Solodovnik






--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OPENMEETINGS-2714) "Encountered unmanaged object" while saving invitation

2021-11-26 Thread Daniel Ascher (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17449669#comment-17449669
 ] 

Daniel Ascher commented on OPENMEETINGS-2714:
-

Thanks for fixing!

On Fri, Nov 26, 2021 at 11:15 AM Maxim Solodovnik (Jira) 



> "Encountered unmanaged object" while saving invitation
> --
>
> Key: OPENMEETINGS-2714
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2714
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Invitation, Recordings, Room
>Affects Versions: 6.2.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> "Encountered unmanaged object" can happen while saving invitation
> steps:
> # login as valid user with 20+ recordings
> # go to Recordings
> # select any valid recording (lets say "RecA")
> # click Share
> # open another browser/browser tab
> # go to Recordings
> # click 15+ recordings other than RecA
> # go to previous tab
> # fill Invitation form
> # click Send
> Actual result: crash
> full stack trace:
> {code}
> DEBUG 11-23 17:05:41.327 o.a.o.w.u.FileItemResourceReference:86 
> [nio-5080-exec-6] - Recording with id 15572 is requested
> ERROR 11-23 17:06:18.285 o.a.w.DefaultExceptionMapper:170 [nio-5080-exec-6] - 
> Unexpected error occurred
> org.springframework.dao.InvalidDataAccessApiUsageException: Encountered 
> unmanaged object 
> "org.apache.openmeetings.db.entity.record.Recording@19a4c28e" in life cycle 
> state  unmanaged while cascading persistence via field 
> "org.apache.openmeetings.db.entity.room.Invitation.recording" during flush.  
> However, this field does not allow cascade persist. You cannot flush 
> unmanaged objects or graphs that have persistent associations to unmanaged 
> objects.^M
>  Suggested actions: a) Set the cascade attribute for this field to 
> CascadeType.PERSIST or CascadeType.ALL (JPA annotations) or "persist" or 
> "all" (JPA orm.xml), ^M
>  b) enable cascade-persist globally, ^M
>  c) manually persist the related field value prior to flushing. ^M
>  d) if the reference belongs to another context, allow reference to it by 
> setting StoreContext.setAllowReferenceToSiblingContext().; nested exception 
> is  
> org.apache.openjpa.persistence.InvalidStateException: Encountered unmanaged 
> object "org.apache.openmeetings.db.entity.record.Recording@19a4c28e" in life 
> cycle state  unmanaged while cascading persistence via field 
> "org.apache.openmeetings.db.entity.room.Invitation.recording" during flush.  
> However, this field does not allow cascade persist. You cannot flush 
> unmanaged objects or graphs that have persistent associations to unmanaged 
> objects.^M
>  Suggested actions: a) Set the cascade attribute for this field to 
> CascadeType.PERSIST or CascadeType.ALL (JPA annotations) or "persist" or 
> "all" (JPA orm.xml), ^M
>  b) enable cascade-persist globally, ^M
>  c) manually persist the related field value prior to flushing. ^M
>  d) if the reference belongs to another context, allow reference to it by 
> setting StoreContext.setAllowReferenceToSiblingContext().
> FailedObject: org.apache.openmeetings.db.entity.record.Recording@19a4c28e
> at 
> org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessExceptionIfPossible(EntityManagerFactoryUtils.java:371)
> at 
> org.springframework.orm.jpa.DefaultJpaDialect.translateExceptionIfPossible(DefaultJpaDialect.java:128)
> at 
> org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
> at 
> org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:575)
> at 
> org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:743)
> at 
> org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:711)
> at 
> org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:654)
> at 
> org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:407)
> at 
> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
> at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
> at 
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
> at 
> 

[jira] [Updated] (OPENMEETINGS-2599) Make user default moderator in his/her own conference and presentation rooms

2021-03-23 Thread Daniel Ascher (Jira)


 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Ascher updated OPENMEETINGS-2599:

Summary: Make user default moderator in his/her own conference and 
presentation rooms  (was: Make user default moderator in his/her own conference 
room)

> Make user default moderator in his/her own conference and presentation rooms
> 
>
> Key: OPENMEETINGS-2599
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2599
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Room
>Reporter: Daniel Ascher
>Assignee: Maxim Solodovnik
>Priority: Minor
>
> When a new user is created, there are two rooms created for the new user at 
> the same time. These are "My Conference Room" and "My Presentation Room." In 
> these two rooms the new user should be set as the default moderator at the 
> time they are created.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (OPENMEETINGS-2599) Make user default moderator in his/her own conference room

2021-03-23 Thread Daniel Ascher (Jira)
Daniel Ascher created OPENMEETINGS-2599:
---

 Summary: Make user default moderator in his/her own conference room
 Key: OPENMEETINGS-2599
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2599
 Project: Openmeetings
  Issue Type: Bug
  Components: Room
Reporter: Daniel Ascher
Assignee: Maxim Solodovnik


When a new user is created, there are two rooms created for the new user at the 
same time. These are "My Conference Room" and "My Presentation Room." In these 
two rooms the new user should be set as the default moderator at the time they 
are created.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (OPENMEETINGS-2590) New icon for file upload

2021-03-10 Thread Daniel Ascher (Jira)
Daniel Ascher created OPENMEETINGS-2590:
---

 Summary: New icon for file upload
 Key: OPENMEETINGS-2590
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2590
 Project: Openmeetings
  Issue Type: Bug
  Components: Usability
Reporter: Daniel Ascher
Assignee: Maxim Solodovnik


Please use this image for upload file icon within the file structure.

 

https://fontawesome.com/icons/file-upload?style=solid



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (OPENMEETINGS-2041) Microphone feedback in OM 5.0

2019-03-22 Thread Daniel Ascher (JIRA)
Daniel Ascher created OPENMEETINGS-2041:
---

 Summary: Microphone feedback in OM 5.0
 Key: OPENMEETINGS-2041
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2041
 Project: Openmeetings
  Issue Type: Bug
Reporter: Daniel Ascher
Assignee: Maxim Solodovnik


If the camera and mic are already on, and one clicks on the gear icon to change 
camera and mic settings, there is terrible audio feedback (like when you have 
computers side by side with both mics on). Hope that's not a major issue to 
fix. It seems that the mic should be turned off as soon as one clicks the 
settings gear icon.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-1985) Longer Page

2019-02-06 Thread Daniel Ascher (JIRA)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762185#comment-16762185
 ] 

Daniel Ascher commented on OPENMEETINGS-1985:
-

[^Screenshots with longer pages.pdf]

I have attached a pdf with images to show what I mean. You can see that in 
Figure 2 the pages are much longer which will provide more space to work on 
math problems (or other things requiring one to write by hand).

I suppose there are many ways to implement this. Once way would be to add an 
"Extras" menu (we used to have this in our custom version). The group admin 
could add any documents or links he/she would like to have there.

Another way to do it would be to add a button on the toolbar. For example maybe 
in the spot indicated on this image:

  !Toolbar button.PNG!

> Longer Page
> ---
>
> Key: OPENMEETINGS-1985
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1985
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: Daniel Ascher
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: Screenshots with longer pages.pdf, Toolbar button.PNG
>
>
> The current page size in the whiteboard is quite small. I have gotten around 
> this by uploading a word document this is two pages long (just blank pages). 
> That gives much more space to continuing working on a math problem. 
> That is as simple solution. Is there a way to add the function of just 
> clicking a button to add an additional page to an already open whiteboard? Or 
> some other way of making the pages of the whiteboard longer?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OPENMEETINGS-1985) Longer Page

2019-02-06 Thread Daniel Ascher (JIRA)


 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Ascher updated OPENMEETINGS-1985:

Attachment: Toolbar button.PNG

> Longer Page
> ---
>
> Key: OPENMEETINGS-1985
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1985
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: Daniel Ascher
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: Screenshots with longer pages.pdf, Toolbar button.PNG
>
>
> The current page size in the whiteboard is quite small. I have gotten around 
> this by uploading a word document this is two pages long (just blank pages). 
> That gives much more space to continuing working on a math problem. 
> That is as simple solution. Is there a way to add the function of just 
> clicking a button to add an additional page to an already open whiteboard? Or 
> some other way of making the pages of the whiteboard longer?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OPENMEETINGS-1985) Longer Page

2019-02-06 Thread Daniel Ascher (JIRA)


 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Ascher updated OPENMEETINGS-1985:

Attachment: Screenshots with longer pages.pdf

> Longer Page
> ---
>
> Key: OPENMEETINGS-1985
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1985
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: Daniel Ascher
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: Screenshots with longer pages.pdf
>
>
> The current page size in the whiteboard is quite small. I have gotten around 
> this by uploading a word document this is two pages long (just blank pages). 
> That gives much more space to continuing working on a math problem. 
> That is as simple solution. Is there a way to add the function of just 
> clicking a button to add an additional page to an already open whiteboard? Or 
> some other way of making the pages of the whiteboard longer?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-1984) White Out Tool

2019-02-01 Thread Daniel Ascher (JIRA)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16758326#comment-16758326
 ] 

Daniel Ascher commented on OPENMEETINGS-1984:
-

Thanks Peter and Maxim. :)

 

Dan

> White Out Tool
> --
>
> Key: OPENMEETINGS-1984
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1984
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: Daniel Ascher
>Assignee: Maxim Solodovnik
>Priority: Minor
> Fix For: 4.0.8
>
>
> It's helpful to have a white out tool when working on math problems on the 
> whiteboards. It allows you cover an area in white so you can write over it 
> with the paint tool.
> It could be as simple as creating a rectangle where both the inside and 
> border colors are white. This works but I have to recreate this in every 
> whiteboard. Is there a way to add this specific function to the toolbar?
>  
> !whiteout.PNG!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OPENMEETINGS-1985) Longer Page

2019-01-31 Thread Daniel Ascher (JIRA)
Daniel Ascher created OPENMEETINGS-1985:
---

 Summary: Longer Page
 Key: OPENMEETINGS-1985
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1985
 Project: Openmeetings
  Issue Type: Improvement
Reporter: Daniel Ascher
Assignee: Maxim Solodovnik


The current page size in the whiteboard is quite small. I have gotten around 
this by uploading a word document this is two pages long (just blank pages). 
That gives much more space to continuing working on a math problem. 

That is as simple solution. Is there a way to add the function of just clicking 
a button to add an additional page to an already open whiteboard? Or some other 
way of making the pages of the whiteboard longer?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OPENMEETINGS-1984) White Out Tool

2019-01-31 Thread Daniel Ascher (JIRA)
Daniel Ascher created OPENMEETINGS-1984:
---

 Summary: White Out Tool
 Key: OPENMEETINGS-1984
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1984
 Project: Openmeetings
  Issue Type: Improvement
Reporter: Daniel Ascher
Assignee: Maxim Solodovnik


It's helpful to have a white out tool when working on math problems on the 
whiteboards. It allows you cover an area in white so you can write over it with 
the paint tool.

It could be as simple as creating a rectangle where both the inside and border 
colors are white. This works but I have to recreate this in every whiteboard. 
Is there a way to add this specific function to the toolbar?

 

!whiteout.PNG!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OPENMEETINGS-1896) Notification to user to close browser tab after changing webcam and mic settings

2018-06-04 Thread Daniel Ascher (JIRA)
Daniel Ascher created OPENMEETINGS-1896:
---

 Summary: Notification to user to close browser tab after changing 
webcam and mic settings
 Key: OPENMEETINGS-1896
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1896
 Project: Openmeetings
  Issue Type: Improvement
Reporter: Daniel Ascher
Assignee: Maxim Solodovnik


When someone uses the check setup link (to change webcam and mic settings) it 
opens a new tab in their browser. However once the person has used the setup 
function he is left with an open tab that is completely blank except for the 
openmeetings logo.

I am concerned that it will confuse some users who will not realize they need 
to go back to the previous browser tab to continue with their meeting.

Please provide an instruction telling them to close the tab when they are 
finished with the setup. For example, ** 

_After saving your audio and video settings you may close this browser tab._
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-1868) Create link to webcam and mic settings on dashboard

2018-05-23 Thread Daniel Ascher (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16487250#comment-16487250
 ] 

Daniel Ascher commented on OPENMEETINGS-1868:
-

When someone uses this link (check setup) it opens a new tab in their
browser. However once the person has used the setup function he is left
with an open tab that is completely blank except for the openmeetings logo.
Is it possible to add a link to "close this browser tab and go back to
dashboard" once the person has completed the setup? Or just an instruction
telling them to close the tab when they are finished with the setup?

I am concerned that it will confuse some users who will not realize they
need to go back to the previous browser tab to continue.

Thanks. Dan

On Tue, May 22, 2018 at 10:14 PM, Maxim Solodovnik (JIRA) 




-- 
Daniel Ascher, M.Ed.
President
A+ Test Prep and Tutoring
"Creating Bright Futures"

505 York Road, Suite 6
Jenkintown, PA 19046
Office: 215.886.9188
Direct: 267.242.9640
Sign Up for A+ News and Test Prep Tips!

www.aplustutoring.com


> Create link to webcam and mic settings on dashboard
> ---
>
> Key: OPENMEETINGS-1868
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1868
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: Daniel Ascher
>Assignee: Maxim Solodovnik
>Priority: Minor
> Fix For: 4.0.4
>
> Attachments: image.png
>
>
>  
>   
>   
>  Hi there,
> You could also provide a separate link for the settings. It will be saved and 
> used next time entering OM. We provide this Information under "Test your 
> Equipment before using VC"... something like that  
> [https://yourhost:5080/openmeetings/hash?swf=settings]
> Greetings Peter
>  Show quoted text
>   
>   
>   
>   
>  Hi Maxim. Yes, I think the additional link you mention would work. Note that 
> those links should all be set to open a new browser tab (if possible). 
>  Also, could there be link to this from "Check Setup" (see screenshot)? 
> Thanks! Dan
>   
> !image.png!
> Show quoted text
>   
>   
>  Could you please file JIRA?
>  Show quoted text
>   
>   



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OPENMEETINGS-1868) Create link to webcam and mic settings on dashboard

2018-04-12 Thread Daniel Ascher (JIRA)
Daniel Ascher created OPENMEETINGS-1868:
---

 Summary: Create link to webcam and mic settings on dashboard
 Key: OPENMEETINGS-1868
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1868
 Project: Openmeetings
  Issue Type: Improvement
Reporter: Daniel Ascher
Assignee: Maxim Solodovnik


 
 
 
Hi there,

You could also provide a separate link for the settings. It will be saved and 
used next time entering OM. We provide this Information under "Test your 
Equipment before using VC"... something like that  

[https://yourhost:5080/openmeetings/hash?swf=settings]

Greetings Peter
Show quoted text
 
 
 
 
Hi Maxim. Yes, I think the additional link you mention would work. Note that 
those links should all be set to open a new browser tab (if possible). 
Also, could there be link to this from "Check Setup" (see screenshot)? Thanks! 
Dan
 
!https://mail.google.com/mail/?ui=2=2bcc53ba83=0.1=162b5c36ee5cf58c=fimg=162b5c36ee5cf58c=w1600-h1000=ANGjdJ93QThOMNdzmC4xnqy2EyB6EaWi8ip07_k1tNpX7aKft-_hOP6YP02ztwrMY3qTyacVt33Bnx7MqfKem7eTLuicL1OajNhAdnNIOTjJowRgthJEf17a5i78yhE=emb=ii_jfvdeovn0_162b5c237240d882|width=330,height=291!


Show quoted text
 
 
Could you please file JIRA?
Show quoted text
 
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OPENMEETINGS-1800) Delete selected files from directory by using keyboard delete key.

2017-12-22 Thread Daniel Ascher (JIRA)
Daniel Ascher created OPENMEETINGS-1800:
---

 Summary: Delete selected files from directory by using keyboard 
delete key.
 Key: OPENMEETINGS-1800
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1800
 Project: Openmeetings
  Issue Type: Improvement
Reporter: Daniel Ascher
Assignee: Maxim Solodovnik
Priority: Minor






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OPENMEETINGS-1623) Full-Fit for Recordings Video Player

2017-08-08 Thread Daniel Ascher (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16118338#comment-16118338
 ] 

Daniel Ascher commented on OPENMEETINGS-1623:
-

Thanks Maxim.

Dan

On Tue, Aug 8, 2017 at 6:21 AM, Maxim Solodovnik (JIRA) 




-- 
Daniel Ascher, M.Ed.
President
A+ Test Prep and Tutoring
"Creating Bright Futures"

505 York Road, Suite 6
Jenkintown, PA 19046
Office: 215.886.9188
Direct: 267.242.9640
Sign Up for A+ News and Test Prep Tips!

www.aplustutoring.com


> Full-Fit for Recordings Video Player
> 
>
> Key: OPENMEETINGS-1623
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1623
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: HTML5/Recordings
>Affects Versions: 3.3.0
>Reporter: Daniel Ascher
>Assignee: Maxim Solodovnik
>Priority: Minor
> Fix For: 3.3.1, 4.0.0
>
>
> Please resize uploaded video as necessary to that the entire video is viewable



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (OPENMEETINGS-1623) Full-Fit for Recordins Video Player

2017-04-07 Thread Daniel Ascher (JIRA)
Daniel Ascher created OPENMEETINGS-1623:
---

 Summary: Full-Fit for Recordins Video Player
 Key: OPENMEETINGS-1623
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1623
 Project: Openmeetings
  Issue Type: Bug
Reporter: Daniel Ascher
Assignee: Maxim Solodovnik
Priority: Minor


Please resize uploaded video as necessary to that the entire video is viewable



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OPENMEETINGS-1111) New method to know how many people participated in an appointment

2014-10-22 Thread Daniel Ascher (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14180112#comment-14180112
 ] 

Daniel Ascher commented on OPENMEETINGS-:
-

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, for a specified date range.

 New method to know how many people participated in an appointment
 -

 Key: OPENMEETINGS-
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-
 Project: Openmeetings
  Issue Type: New Feature
  Components: SOAP/REST API
Reporter: César Sandrigo
Priority: Minor
  Labels: features

 Create a new method in CalendarService or RoomService that allows to get how 
 many people participated in a specific appointment.
 Maybe this could be done using the table conferencelog. For more 
 information please refer the following thread on the user mailing list:
 http://mail-archives.apache.org/mod_mbox/openmeetings-user/201410.mbox/%3ccadcww20zxdb6najxhlwhoi5b_g8fspp9tqzfr-bqwvwwyns...@mail.gmail.com%3E



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)