Re: Room user/file panel size

2017-07-26 Thread Jacob Ouanounou
I have read some of the css files. If you can provide me with some information about the style names used in the css files, and what they correspond to, I can help for modifying them. Le 26/07/2017 à 10:22, Maxim Solodovnik a écrit : Thanks for the reminder :) Unfortunately I had no time

Re: REST API for OM

2017-07-26 Thread Jacob Ouanounou
FINE !!! GOT CONNECTION !!! Thank you Le 26/07/2017 à 17:49, Maxim Solodovnik a écrit : Try hash?secure=hash I guess this is the issue Check JS example page WBR, Maxim (from mobile, sorry for the typos) On Jul 26, 2017 22:27, "Jacob Ouanounou" >

Re: REST API for OM

2017-07-26 Thread Maxim Solodovnik
Try hash?secure=hash I guess this is the issue Check JS example page WBR, Maxim (from mobile, sorry for the typos) On Jul 26, 2017 22:27, "Jacob Ouanounou" wrote: > I use each hash only on time > > Le 26/07/2017 à 17:00, Maxim Solodovnik a écrit : > > Hash is one time only > It

Re: REST API for OM

2017-07-26 Thread Jacob Ouanounou
I use each hash only on time Le 26/07/2017 à 17:00, Maxim Solodovnik a écrit : Hash is one time only It is invalid after browser refresh etc. WBR, Maxim (from mobile, sorry for the typos) On Jul 26, 2017 19:40, "Jacob Ouanounou" > wrote: Thanx,

Re: REST API for OM

2017-07-26 Thread Maxim Solodovnik
Hash is one time only It is invalid after browser refresh etc. WBR, Maxim (from mobile, sorry for the typos) On Jul 26, 2017 19:40, "Jacob Ouanounou" wrote: > Thanx, > > I have implemented the as you kindly explained. > > I get a sessionId, then a hash ... everything seems OK.

Re: REST API for OM

2017-07-26 Thread Jacob Ouanounou
I have checked a little bit more : The reason why I got connected when I used the service keyword swf rather than hash is that I had another window of the breowser that was already connected to OM. So I still have the problem : ahen I try to connect using the hash code provided by OM, I get

Re: REST API for OM

2017-07-26 Thread Jacob Ouanounou
Thanx, I have implemented the as you kindly explained. I get a sessionId, then a hash ... everything seems OK. Ten I try to connect, using the $gateway->getUrl() ... When I use : http://35.157.227.184:5080/openmeetings/_*hash*_?secureHash=b68d0bc9-2537-4ad7-b3fb-b835a5311a5b=7=4 as

Re: REST API for OM

2017-07-26 Thread Maxim Solodovnik
Yes, It is already in a Wiki: https://github.com/openmeetings/openmeetings-api-plugin/wiki/1.-SOAP-REST-API-(in-PHP) it shows step-by-step how to: 1) create options: https://github.com/openmeetings/openmeetings-api-plugin/wiki/1.-SOAP-REST-API-(in-PHP)#create-config-array 2) perform login

Re: REST API for OM

2017-07-26 Thread Jacob Ouanounou
Thank you, Maxim. I had understood that everything was in OmGateway.php, but I still don't understand how to use it exactly. Do you have a sample php file that performs the sequence of calls : login -> hash -> Enter room ? What do you mean by "enhance wiki pages" ? Thanks Le 26/07/2017 à

Re: REST API for OM

2017-07-26 Thread Maxim Solodovnik
As and additiona/alternative documentation can be added to PHP files ... PRs are welcome :))) On Wed, Jul 26, 2017 at 5:37 PM, Maxim Solodovnik wrote: > Then check the code of https://github.com/openmeetings/openmeetings-api- >

Re: REST API for OM

2017-07-26 Thread Maxim Solodovnik
Then check the code of https://github.com/openmeetings/openmeetings-api-plugin/blob/master/src/main/scripts/OmGateway.php and enhance Wiki pages :) On Wed, Jul 26, 2017 at 5:33 PM, Maxim Solodovnik wrote: > I believe you can start from here: https://github.com/ >

Re: REST API for OM

2017-07-26 Thread Maxim Solodovnik
I believe you can start from here: https://github.com/openmeetings/openmeetings-api-plugin/wiki On Wed, Jul 26, 2017 at 5:27 PM, Jacob Ouanounou wrote: > I don't see which of the numerous files shows an example of connection to > OM classroom. > > I feel it would be easier to

Re: REST API for OM

2017-07-26 Thread Maxim Solodovnik
Have added user@ Examples can be found in our open source plugin for Moodle: https://github.com/openmeetings/openmeetings-moodle-plugin $gateway = new OmGateway(. config parameters as array here ); if ($gateway->login()) { $hash = $gateway->getSecureHash($gateway->getUser(

Re: REST API for OM

2017-07-26 Thread Maxim Solodovnik
For PHP I would recommend to use PHP API: https://github.com/openmeetings/openmeetings-api-plugin/tree/master/src/main/scripts On Wed, Jul 26, 2017 at 4:42 PM, Maxim Solodovnik wrote: > Could you please tell me how are you call the service? > > Example on

Re: REST API for OM

2017-07-26 Thread Maxim Solodovnik
Could you please tell me how are you call the service? Example on http://openmeetings.apache.org/RestAPISample.html requires jquery, so it cannot be _just used_ To use REST you need client able to send GET/POST/etc. requests. Which one are you using? The error you are getting doesn't make sense

Re: REST API for OM

2017-07-26 Thread Jacob Ouanounou
Back to REST API : I succeed to get the SID, but when I try to get the hash, using excatly the code written there : http://openmeetings.apache.org/RestAPISample.html , with the sid I obtained, I get an error (in the console of the browser) :

Re: clustering - testing user access diverted to separate nodes

2017-07-26 Thread Maxim Solodovnik
Hello Daniel, going to check clustering this week will report back here On Wed, Jun 14, 2017 at 12:37 PM, Maxim Solodovnik wrote: > Hello Daniel, > > Thanks :) > I believe additional configuration is required since Om 3.2.x: clustering > mode for Tomcats have to be

Re: Recommended Server configuration for openmeetings and clustring

2017-07-26 Thread Maxim Solodovnik
Hello Amit, currently OM provides only one type of clustering: automatically open room on the server with less load. So you can check your configuration on one server with only one room I suspect network will be the bottleneck here you can check using

Recommended Server configuration for openmeetings and clustring

2017-07-26 Thread K, Amit (MIND)
Dear Maxim, One question related to resource utilization of Openmeetings: For the following scenario, can you please recommend the server configuration: 1. Suppose in a class there is 1 tutor/presenter and 200 students/participants. 2. There can be around 100 classes in same

Re: Room user/file panel size

2017-07-26 Thread Maxim Solodovnik
Thanks for the reminder :) Unfortunately I had no time to take a look at it yet :( The design was changed due to we are moving OM to HTML5 and getting rid of flash components one by one If you have experience with CSS editing you can help to speed up the process by providing PR :) The

Re: Room user/file panel size

2017-07-26 Thread Jacob Ouanounou
Just to remind you ... and to add some suggestions. In a previous version, this panel on the left was much smaller, with smaller font and icons (a little bit too small), but for me it was better. Also, in version 3.3.0, there is a constraint to have the video window over the whiteboard. So

Re: REST API for OM

2017-07-26 Thread Jacob Ouanounou
THANK YOU MAXIM ! It works fine ... Le 26/07/2017 à 09:10, Maxim Solodovnik a écrit : you have to escape your password using JS escape function or urlescape written in any pther language On Wed, Jul 26, 2017 at 1:53 PM, Jacob Ouanounou wrote: Hi Maxim, I have found in the

Re: REST API for OM

2017-07-26 Thread Maxim Solodovnik
you have to escape your password using JS escape function or urlescape written in any pther language On Wed, Jul 26, 2017 at 1:53 PM, Jacob Ouanounou wrote: > Hi Maxim, > > I have found in the log file (in file : 0.0.0.0_access..2017-07-25.log) the > lines corresponding to my

Re: REST API for OM

2017-07-26 Thread Jacob Ouanounou
Hi Maxim, I have found in the log file (in file : 0.0.0.0_access..2017-07-25.log) the lines corresponding to my trials to connect. The request I did (URL) is reproduced without the special characters in the password. It seems logical, since GET mode alters the special characters. The

Re: Warning!!!PossibleSpam Re: Multiple recordings for same session not getting saved

2017-07-26 Thread Maxim Solodovnik
Video on WB is not yet implemented: https://issues.apache.org/jira/browse/OPENMEETINGS-1641 On Wed, Jul 26, 2017 at 1:06 PM, K, Amit (MIND) wrote: > Dear Vasiliy Degtyarev, > > > > Ammm.. I think the issue was in playing recording in white board… but the > filed issue

Re: Showing share screen dialogue to self (presenter).

2017-07-26 Thread Maxim Solodovnik
Hello Amit, I already noticed this, will investigate/fix as part of https://issues.apache.org/jira/browse/OPENMEETINGS-1670 (since it also related to screen recording) On Wed, Jul 26, 2017 at 1:03 PM, K, Amit (MIND) wrote: > Hello Maxim, > > > > I logged in by user

RE: Warning!!!PossibleSpam Re: Multiple recordings for same session not getting saved

2017-07-26 Thread K, Amit (MIND)
Dear Vasiliy Degtyarev, Ammm.. I think the issue was in playing recording in white board… but the filed issue on jira is pointing to something different. Component/s:BuildsAndReleases And solution provided on jira console

Showing share screen dialogue to self (presenter).

2017-07-26 Thread K, Amit (MIND)
Hello Maxim, I logged in by user "Manpreet" on demo (4.0.0) and when I try to share screen, it show a popup in top right corner to allow to see the screen. So the confusion is why it is showing this dialogue to presenter who is sharing his/her screen. Screen is attached below: