Re: [DISCUSS] OM user architectural changes

2013-05-29 Thread seba.wag...@gmail.com
I see, I think I have bit of an idea of what you try to do. So actually when a user adds a new *contact* by adding for example an external invitee to a meeting that he creates through the calendar, you would add a new entry to the table *users* ? Is that right ? So there would be no more table

Re: [DISCUSS] OM user architectural changes

2013-05-29 Thread Maxim Solodovnik
external invitee to a meeting that he creates through the calendar, you would add a new entry to the table *users* ? Is that right ? Yes this was my idea :) I believe user_contacts might be necessary if we would like to have request contact feature (might be useful to see contact details

Re: [DISCUSS] OM user architectural changes

2013-05-29 Thread seba.wag...@gmail.com
Hm, yes I think it makes sense, the user contacts could be really a user record instead of a record in the user_contacts table. *Currently it is impossible, from my point of view, to create address book.* Well you can simply write a native SQL query that maps those tables and read the results

some questions about playing a video

2013-05-29 Thread anderson1lee
1)I uploaded a video and played back it. It looks not very clear. I found the flv file under streams directory and noticed it was H263. Can it be transformed to H264 to make it clearer? 2)I noticed there isn't a pause button. 3)First I got a doc file to the whiteboard, a scroll bar appeared.

Re: some questions about playing a video

2013-05-29 Thread Maxim Solodovnik
I'm afraid it only can be addressed in 3.1 :( You can file JIRA issue On Wed, May 29, 2013 at 3:57 PM, anderson1lee anderson1...@gmail.comwrote: 1)I uploaded a video and played back it. It looks not very clear. I found the flv file under streams directory and noticed it was H263. Can it be

can one participant of a meeting own multiple cameras?

2013-05-29 Thread anderson1lee
can one participant of a meeting own multiple cameras? anderson1lee

Re: can one participant of a meeting own multiple cameras?

2013-05-29 Thread Maxim Solodovnik
I guess so, just open 2 browsers :) On Wed, May 29, 2013 at 4:05 PM, anderson1lee anderson1...@gmail.comwrote: can one participant of a meeting own multiple cameras? anderson1lee -- WBR Maxim aka solomax

RE: can one participant of a meeting own multiple cameras?

2013-05-29 Thread Mohammed Subhi Sheikh Quroush
How can I unsubscribe Date: Wed, 29 May 2013 16:07:56 +0700 Subject: Re: can one participant of a meeting own multiple cameras? From: solomax...@gmail.com To: dev@openmeetings.apache.org; anderson1...@gmail.com I guess so, just open 2 browsers :) On Wed, May 29, 2013 at 4:05 PM,

RE: gsoc: another task

2013-05-29 Thread Mohammed Subhi Sheikh Quroush
how can I unsubscribe Date: Tue, 28 May 2013 14:52:04 +0530 Subject: Re: gsoc: another task From: andun...@gmail.com To: solomax...@gmail.com CC: dev@openmeetings.apache.org OK Maxim I will look in to this. On Tue, May 28, 2013 at 12:40 PM, Maxim Solodovnik

Re: [DISCUSS] OM user architectural changes

2013-05-29 Thread seba.wag...@gmail.com
Hm, the backup should be always backwards compatible. I would rather prefer to really convert the old schema to the new one. It might be possible to include in the XML file of the export a version attribute. Depending on what version the XML has you can either do the one style of import (3.0 and

Re: GSOC: Need to implement HTML5 whiteboard

2013-05-29 Thread Andun Sameera
Hi All, In the GSOC students list, other students are talking that, we have to put little info about project which can be made public, project repo links, small diagrams etc. as addtional info. Can we do that ? Thanks! On Tue, May 28, 2013 at 12:20 PM, Maxim Solodovnik

Re: Fwd: Is SIL Open Font License compatible with AL?

2013-05-29 Thread Alexei Fedotov
AFAIR We can use it, we should get the compiled version during the build process from their web site instead of keeping in our svn. 29.05.2013 20:33 пользователь Kevan Miller kevan.mil...@gmail.com написал: FYI Begin forwarded message: *From: *Henri Yandell he...@yandell.org *Subject: **Re:

Re: gsoc: another task

2013-05-29 Thread Andun Sameera
Hi, You can use http://openmeetings.apache.org/mail-lists.html to unsubscribe. Thanks! On Wed, May 29, 2013 at 3:27 PM, Mohammed Subhi Sheikh Quroush forsu...@hotmail.com wrote: how can I unsubscribe Date: Tue, 28 May 2013 14:52:04 +0530 Subject: Re: gsoc: another task From:

Re: Openmeetings plugins API

2013-05-29 Thread seba.wag...@gmail.com
There is a Soap and Rest API that can do what you describe. Sebastian Am 29.05.2013 23:13 schrieb Artyom Horuzhenko akhor...@gmail.com: Hello all, I have an idea about improving Openmeetings. It would be better if Openmeetings has plugins API like browsers. There are a lot of reasons of

Re: Openmeetings plugins API

2013-05-29 Thread seba.wag...@gmail.com
I think what you might initially meant was more like a plugin loader mechanism on top of SOAP/REST. So those example with CMS integration do not fit from my point of view. Cause that is actually the perfect use case for the SOAP/REST integration. So any kind of integration where you want to

Re: gsoc: another task

2013-05-29 Thread Maxim Solodovnik
Just found this project: https://github.com/l0rdn1kk0n/wicket-bootstrap maybe it should be used instead of including bootstrap as JS On Thu, May 30, 2013 at 8:20 AM, Maxim Solodovnik solomax...@gmail.comwrote: Hello Andun, according to Legal we can use the fonts, so it can be kept as it was.

Re: GSOC: Need to implement HTML5 whiteboard

2013-05-29 Thread Maxim Solodovnik
sure, why not all project info is available at http://openmeetings.apache.org/ On Wed, May 29, 2013 at 5:23 PM, Andun Sameera andun...@gmail.com wrote: Hi All, In the GSOC students list, other students are talking that, we have to put little info about project which can be made public,

Re: gsoc: another task

2013-05-29 Thread Maxim Solodovnik
Can we add the code into Behavior? like: IPackageResourceGuard packageResourceGuard = getApplication().getResourceSettings(). getPackageResourceGuard(); if (packageResourceGuard instanceof SecurePackageResourceGuard) { SecurePackageResourceGuard guard =

Re: gsoc: another task

2013-05-29 Thread Andun Sameera
We cant add this code to the Behavior getApplication() method is not there in Behavior. I think we have to go with the documentation. Thanks! On Thu, May 30, 2013 at 10:53 AM, Maxim Solodovnik solomax...@gmail.comwrote: Can we add the code into Behavior? like: IPackageResourceGuard