Re: H263 or H264 codec

2018-08-06 Thread Maxim Solodovnik
Hello Siovel,

only h263 and h264 are supported by Flash
According to my tests h264 consumes more CPU on client machine ...

It's up to you what codec to choose :)
On Tue, Aug 7, 2018 at 2:50 AM Siovel Rodriguez  wrote:
>
> Hello Maxim, in the section
> Administration -> Configuration
>appears flash.video.codec = h263
> Why is this the default value, OM works better with h263? or can h264 be 
> placed and work better? OM does not support H265 in flash.video.codec?
>
> regards



-- 
WBR
Maxim aka solomax


Re: Conference Room creation update error

2018-08-06 Thread Maxim Solodovnik
Thanks for the report!
Can you please check if this bug is reproducible on 4.0.4?
(https://om.alteametasoft.com/openmeetings/)
and file JIRA?
On Tue, Aug 7, 2018 at 4:49 AM  wrote:
>
> Ok looks like the error can be reproduced with the demo as well.
>
> When the room is 1st entered on a fresh reboot the white board is present and 
> you can upload a file to that.
>
> But if you close the original WB and then open a new WB you cannot upload a 
> file to the WB.  It remains blank.
>
> I have attached the debug log but it does not tell much (to myself that is)
>
> -Original Message-
> From: Maxim Solodovnik 
> Sent: Monday, August 6, 2018 12:22 PM
> To: Openmeetings user-list 
> Subject: Re: Conference Room creation update error
>
> Demo-next is updated to latest revision
> On Mon, Aug 6, 2018 at 10:10 PM  wrote:
> >
> > Ok.  If they are skipped on import then no need to delete the dB object.  I 
> > just noticed when the backup was ran they were still listed, was the only 
> > reason for the delete.
> >
> > If you/someone has the latest snapshot running (revision 3f2c95f) can they 
> > test something for me.  I am currently running live with the startup script 
> > so I cannot get the debug information until after the day is over.  But 
> > looks like I cannot upload a file to the WB.  May be localized, but was 
> > wondering if one had the revision up and going if they could test.  This is 
> > the same VM that has been ran previous version so all needed pacakges 
> > should already be installed.
> >
> > Demo looks like its still running some revisions back so couldn't test 
> > there.
> >
> > -Original Message-
> > From: Maxim Solodovnik 
> > Sent: Monday, August 6, 2018 11:01 AM
> > To: Openmeetings user-list 
> > Subject: Re: Conference Room creation update error
> >
> > Actually both command line and UI installers uses same java code I'll
> > retest with UI installer ASAP
> >
> > According to your question: deleted/purged users are included into XML
> > backup files, but are being skipped during import
> >
> > I would not recommend to run queries like 'delete from om_user where
> > id = #' since data integrity will be broken Here is the brief list of
> > what need to done for user "hard" delete
> > https://issues.apache.org/jira/browse/OPENMEETINGS-1864 (hard delete
> > section)
> > On Sun, Aug 5, 2018 at 5:14 PM Aaron H  wrote:
> > >
> > > Took a back-up of running system  *one thing to note that prior to 
> > > back-up being preformed there was users that were purged, but also 
> > > deleted from the dB via manual process (delete from om_user where id = #) 
> > >  Wasn't for sure if the back-up would pick up these "purged" users reason 
> > > for the manual deletion.  Everything was restarted before back-up was 
> > > performed.
> > >
> > > Then followed the normal steps for a build
> > >
> > > Move current install to old
> > > * mv /opt/current /opt/old
> > > Delete existing dB and create new
> > > wGET new package and unzip in /opt/current folder Run new install
> > > script *script copies customization files from stored location into
> > > new install (can supply list of files that are copied if needed)
> > > Restart server Run sh red5.sh to start process Go through the setup
> > > process and restart server once complete
> > > * during setup the tick for install default objects is not selected
> > > Log in as admin and preformed import
> > >
> > > After the import was ran it put everything into the folder
> > > /webapps/Openmeetings/upload/import/import_2018_08_04_05_59_04/roomF
> > > il
> > > es/profiles
> > >
> > > I had never did a command line import as I have always done it after the 
> > > system was configured.  Since your import was successful then I would 
> > > assume there is something wrong with the back-up that was taken and not a 
> > > bug.
> > >
> > > One question to see if the step still needs to be taken.  When you delete 
> > > a user and it creates the "purged" information; when you take a back-up 
> > > are those entries also included or does it omit them?  Since I still seen 
> > > the entries in the dB I figured that the back-up would include this data. 
> > >  That is the reason for the manual deletion prior to taking the backup.
> > >
> > >
> > > -Original Message-
> > > From: Maxim Solodovnik 
> > > Sent: Sunday, August 5, 2018 12:16 AM
> > > To: Openmeetings user-list 
> > > Subject: Re: Conference Room creation update error
> > >
> > > Just performed command line import ~50k users with lots of profile
> > > pictures All images seems to be preserved So everything seems to
> > > work as expected
> > >
> > > `./admin.sh -v -i -file
> > > ~/work/openmeetings/backup/backup_2015_12_07_03_35_39.zip`
> > >
> > > Could you please provide your steps?
> > >
> > > On Sun, Aug 5, 2018 at 10:35 AM Maxim Solodovnik  
> > > wrote:
> > > >
> > > > According to pictures uploaded by users: format change does not
> > > > affect such profile images, cause file name 

RE: Conference Room creation update error

2018-08-06 Thread aaron.hepp
Ok looks like the error can be reproduced with the demo as well.

When the room is 1st entered on a fresh reboot the white board is present and 
you can upload a file to that.

But if you close the original WB and then open a new WB you cannot upload a 
file to the WB.  It remains blank.

I have attached the debug log but it does not tell much (to myself that is)  

-Original Message-
From: Maxim Solodovnik  
Sent: Monday, August 6, 2018 12:22 PM
To: Openmeetings user-list 
Subject: Re: Conference Room creation update error

Demo-next is updated to latest revision
On Mon, Aug 6, 2018 at 10:10 PM  wrote:
>
> Ok.  If they are skipped on import then no need to delete the dB object.  I 
> just noticed when the backup was ran they were still listed, was the only 
> reason for the delete.
>
> If you/someone has the latest snapshot running (revision 3f2c95f) can they 
> test something for me.  I am currently running live with the startup script 
> so I cannot get the debug information until after the day is over.  But looks 
> like I cannot upload a file to the WB.  May be localized, but was wondering 
> if one had the revision up and going if they could test.  This is the same VM 
> that has been ran previous version so all needed pacakges should already be 
> installed.
>
> Demo looks like its still running some revisions back so couldn't test there.
>
> -Original Message-
> From: Maxim Solodovnik 
> Sent: Monday, August 6, 2018 11:01 AM
> To: Openmeetings user-list 
> Subject: Re: Conference Room creation update error
>
> Actually both command line and UI installers uses same java code I'll 
> retest with UI installer ASAP
>
> According to your question: deleted/purged users are included into XML 
> backup files, but are being skipped during import
>
> I would not recommend to run queries like 'delete from om_user where 
> id = #' since data integrity will be broken Here is the brief list of 
> what need to done for user "hard" delete
> https://issues.apache.org/jira/browse/OPENMEETINGS-1864 (hard delete
> section)
> On Sun, Aug 5, 2018 at 5:14 PM Aaron H  wrote:
> >
> > Took a back-up of running system  *one thing to note that prior to back-up 
> > being preformed there was users that were purged, but also deleted from the 
> > dB via manual process (delete from om_user where id = #)  Wasn't for sure 
> > if the back-up would pick up these "purged" users reason for the manual 
> > deletion.  Everything was restarted before back-up was performed.
> >
> > Then followed the normal steps for a build
> >
> > Move current install to old
> > * mv /opt/current /opt/old
> > Delete existing dB and create new
> > wGET new package and unzip in /opt/current folder Run new install 
> > script *script copies customization files from stored location into 
> > new install (can supply list of files that are copied if needed) 
> > Restart server Run sh red5.sh to start process Go through the setup 
> > process and restart server once complete
> > * during setup the tick for install default objects is not selected 
> > Log in as admin and preformed import
> >
> > After the import was ran it put everything into the folder 
> > /webapps/Openmeetings/upload/import/import_2018_08_04_05_59_04/roomF
> > il
> > es/profiles
> >
> > I had never did a command line import as I have always done it after the 
> > system was configured.  Since your import was successful then I would 
> > assume there is something wrong with the back-up that was taken and not a 
> > bug.
> >
> > One question to see if the step still needs to be taken.  When you delete a 
> > user and it creates the "purged" information; when you take a back-up are 
> > those entries also included or does it omit them?  Since I still seen the 
> > entries in the dB I figured that the back-up would include this data.  That 
> > is the reason for the manual deletion prior to taking the backup.
> >
> >
> > -Original Message-
> > From: Maxim Solodovnik 
> > Sent: Sunday, August 5, 2018 12:16 AM
> > To: Openmeetings user-list 
> > Subject: Re: Conference Room creation update error
> >
> > Just performed command line import ~50k users with lots of profile 
> > pictures All images seems to be preserved So everything seems to 
> > work as expected
> >
> > `./admin.sh -v -i -file
> > ~/work/openmeetings/backup/backup_2015_12_07_03_35_39.zip`
> >
> > Could you please provide your steps?
> >
> > On Sun, Aug 5, 2018 at 10:35 AM Maxim Solodovnik  
> > wrote:
> > >
> > > According to pictures uploaded by users: format change does not 
> > > affect such profile images, cause file name with extension is 
> > > stored in xml/DB :))) On Sun, Aug 5, 2018 at 10:30 AM Maxim 
> > > Solodovnik  wrote:
> > > >
> > > > Hello Aaron,
> > > >
> > > > Thanks for detailed testing
> > > > Profile folders should be moved to proper locations ...
> > > > (https://github.com/apache/openmeetings/blob/4.0.x/openmeetings-
> > > > in
> > > > st
> > > > 

H263 or H264 codec

2018-08-06 Thread Siovel Rodriguez
Hello Maxim, in the section
Administration -> Configuration
   appears flash.video.codec = h263
Why is this the default value, OM works better with h263? or can h264 be
placed and work better? OM does not support H265 in flash.video.codec?

regards


Re: Conference Room creation update error

2018-08-06 Thread Maxim Solodovnik
Demo-next is updated to latest revision
On Mon, Aug 6, 2018 at 10:10 PM  wrote:
>
> Ok.  If they are skipped on import then no need to delete the dB object.  I 
> just noticed when the backup was ran they were still listed, was the only 
> reason for the delete.
>
> If you/someone has the latest snapshot running (revision 3f2c95f) can they 
> test something for me.  I am currently running live with the startup script 
> so I cannot get the debug information until after the day is over.  But looks 
> like I cannot upload a file to the WB.  May be localized, but was wondering 
> if one had the revision up and going if they could test.  This is the same VM 
> that has been ran previous version so all needed pacakges should already be 
> installed.
>
> Demo looks like its still running some revisions back so couldn't test there.
>
> -Original Message-
> From: Maxim Solodovnik 
> Sent: Monday, August 6, 2018 11:01 AM
> To: Openmeetings user-list 
> Subject: Re: Conference Room creation update error
>
> Actually both command line and UI installers uses same java code I'll retest 
> with UI installer ASAP
>
> According to your question: deleted/purged users are included into XML backup 
> files, but are being skipped during import
>
> I would not recommend to run queries like 'delete from om_user where id = #' 
> since data integrity will be broken Here is the brief list of what need to 
> done for user "hard" delete
> https://issues.apache.org/jira/browse/OPENMEETINGS-1864 (hard delete
> section)
> On Sun, Aug 5, 2018 at 5:14 PM Aaron H  wrote:
> >
> > Took a back-up of running system  *one thing to note that prior to back-up 
> > being preformed there was users that were purged, but also deleted from the 
> > dB via manual process (delete from om_user where id = #)  Wasn't for sure 
> > if the back-up would pick up these "purged" users reason for the manual 
> > deletion.  Everything was restarted before back-up was performed.
> >
> > Then followed the normal steps for a build
> >
> > Move current install to old
> > * mv /opt/current /opt/old
> > Delete existing dB and create new
> > wGET new package and unzip in /opt/current folder Run new install
> > script *script copies customization files from stored location into
> > new install (can supply list of files that are copied if needed)
> > Restart server Run sh red5.sh to start process Go through the setup
> > process and restart server once complete
> > * during setup the tick for install default objects is not selected
> > Log in as admin and preformed import
> >
> > After the import was ran it put everything into the folder
> > /webapps/Openmeetings/upload/import/import_2018_08_04_05_59_04/roomFil
> > es/profiles
> >
> > I had never did a command line import as I have always done it after the 
> > system was configured.  Since your import was successful then I would 
> > assume there is something wrong with the back-up that was taken and not a 
> > bug.
> >
> > One question to see if the step still needs to be taken.  When you delete a 
> > user and it creates the "purged" information; when you take a back-up are 
> > those entries also included or does it omit them?  Since I still seen the 
> > entries in the dB I figured that the back-up would include this data.  That 
> > is the reason for the manual deletion prior to taking the backup.
> >
> >
> > -Original Message-
> > From: Maxim Solodovnik 
> > Sent: Sunday, August 5, 2018 12:16 AM
> > To: Openmeetings user-list 
> > Subject: Re: Conference Room creation update error
> >
> > Just performed command line import ~50k users with lots of profile
> > pictures All images seems to be preserved So everything seems to work
> > as expected
> >
> > `./admin.sh -v -i -file
> > ~/work/openmeetings/backup/backup_2015_12_07_03_35_39.zip`
> >
> > Could you please provide your steps?
> >
> > On Sun, Aug 5, 2018 at 10:35 AM Maxim Solodovnik  
> > wrote:
> > >
> > > According to pictures uploaded by users: format change does not
> > > affect such profile images, cause file name with extension is stored
> > > in xml/DB :))) On Sun, Aug 5, 2018 at 10:30 AM Maxim Solodovnik
> > >  wrote:
> > > >
> > > > Hello Aaron,
> > > >
> > > > Thanks for detailed testing
> > > > Profile folders should be moved to proper locations ...
> > > > (https://github.com/apache/openmeetings/blob/4.0.x/openmeetings-in
> > > > st
> > > > all/src/main/java/org/apache/openmeetings/backup/BackupImport.java
> > > > #L
> > > > 1040)
> > > >
> > > > I'll double-check and report back
> > > > On Sun, Aug 5, 2018 at 2:42 AM Aaron H  wrote:
> > > > >
> > > > > After further testing it will still accept the profile image being in 
> > > > > jpg format.  Any new image will be saved in the .png format.
> > > > >
> > > > > Looks like my problem I was having was due to the import not running 
> > > > > properly (I'm assuming).  The user.xml import was successful (as all 
> > > > > user data was there), but what failed was putting each user's 

RE: Conference Room creation update error

2018-08-06 Thread aaron.hepp
Ok.  If they are skipped on import then no need to delete the dB object.  I 
just noticed when the backup was ran they were still listed, was the only 
reason for the delete.

If you/someone has the latest snapshot running (revision 3f2c95f) can they test 
something for me.  I am currently running live with the startup script so I 
cannot get the debug information until after the day is over.  But looks like I 
cannot upload a file to the WB.  May be localized, but was wondering if one had 
the revision up and going if they could test.  This is the same VM that has 
been ran previous version so all needed pacakges should already be installed.

Demo looks like its still running some revisions back so couldn't test there.

-Original Message-
From: Maxim Solodovnik  
Sent: Monday, August 6, 2018 11:01 AM
To: Openmeetings user-list 
Subject: Re: Conference Room creation update error

Actually both command line and UI installers uses same java code I'll retest 
with UI installer ASAP

According to your question: deleted/purged users are included into XML backup 
files, but are being skipped during import

I would not recommend to run queries like 'delete from om_user where id = #' 
since data integrity will be broken Here is the brief list of what need to done 
for user "hard" delete
https://issues.apache.org/jira/browse/OPENMEETINGS-1864 (hard delete
section)
On Sun, Aug 5, 2018 at 5:14 PM Aaron H  wrote:
>
> Took a back-up of running system  *one thing to note that prior to back-up 
> being preformed there was users that were purged, but also deleted from the 
> dB via manual process (delete from om_user where id = #)  Wasn't for sure if 
> the back-up would pick up these "purged" users reason for the manual 
> deletion.  Everything was restarted before back-up was performed.
>
> Then followed the normal steps for a build
>
> Move current install to old
> * mv /opt/current /opt/old
> Delete existing dB and create new
> wGET new package and unzip in /opt/current folder Run new install 
> script *script copies customization files from stored location into 
> new install (can supply list of files that are copied if needed) 
> Restart server Run sh red5.sh to start process Go through the setup 
> process and restart server once complete
> * during setup the tick for install default objects is not selected 
> Log in as admin and preformed import
>
> After the import was ran it put everything into the folder 
> /webapps/Openmeetings/upload/import/import_2018_08_04_05_59_04/roomFil
> es/profiles
>
> I had never did a command line import as I have always done it after the 
> system was configured.  Since your import was successful then I would assume 
> there is something wrong with the back-up that was taken and not a bug.
>
> One question to see if the step still needs to be taken.  When you delete a 
> user and it creates the "purged" information; when you take a back-up are 
> those entries also included or does it omit them?  Since I still seen the 
> entries in the dB I figured that the back-up would include this data.  That 
> is the reason for the manual deletion prior to taking the backup.
>
>
> -Original Message-
> From: Maxim Solodovnik 
> Sent: Sunday, August 5, 2018 12:16 AM
> To: Openmeetings user-list 
> Subject: Re: Conference Room creation update error
>
> Just performed command line import ~50k users with lots of profile 
> pictures All images seems to be preserved So everything seems to work 
> as expected
>
> `./admin.sh -v -i -file
> ~/work/openmeetings/backup/backup_2015_12_07_03_35_39.zip`
>
> Could you please provide your steps?
>
> On Sun, Aug 5, 2018 at 10:35 AM Maxim Solodovnik  wrote:
> >
> > According to pictures uploaded by users: format change does not 
> > affect such profile images, cause file name with extension is stored 
> > in xml/DB :))) On Sun, Aug 5, 2018 at 10:30 AM Maxim Solodovnik 
> >  wrote:
> > >
> > > Hello Aaron,
> > >
> > > Thanks for detailed testing
> > > Profile folders should be moved to proper locations ...
> > > (https://github.com/apache/openmeetings/blob/4.0.x/openmeetings-in
> > > st 
> > > all/src/main/java/org/apache/openmeetings/backup/BackupImport.java
> > > #L
> > > 1040)
> > >
> > > I'll double-check and report back
> > > On Sun, Aug 5, 2018 at 2:42 AM Aaron H  wrote:
> > > >
> > > > After further testing it will still accept the profile image being in 
> > > > jpg format.  Any new image will be saved in the .png format.
> > > >
> > > > Looks like my problem I was having was due to the import not running 
> > > > properly (I'm assuming).  The user.xml import was successful (as all 
> > > > user data was there), but what failed was putting each user's profile 
> > > > (profile_#) into the proper place 
> > > > /webapps/openmeeting/upload/profiles/.  Instead it left all the files 
> > > > in the import//roomfiles/profiles/ folder.  So while 
> > > > the users.xml files was parsed and it said in each profile_# the 
> > > > profile image was 

Re: Conference Room creation update error

2018-08-06 Thread Maxim Solodovnik
Actually both command line and UI installers uses same java code
I'll retest with UI installer ASAP

According to your question: deleted/purged users are included into XML
backup files, but are being skipped during import

I would not recommend to run queries like 'delete from om_user where
id = #' since data integrity will be broken
Here is the brief list of what need to done for user "hard" delete
https://issues.apache.org/jira/browse/OPENMEETINGS-1864 (hard delete
section)
On Sun, Aug 5, 2018 at 5:14 PM Aaron H  wrote:
>
> Took a back-up of running system  *one thing to note that prior to back-up 
> being preformed there was users that were purged, but also deleted from the 
> dB via manual process (delete from om_user where id = #)  Wasn't for sure if 
> the back-up would pick up these "purged" users reason for the manual 
> deletion.  Everything was restarted before back-up was performed.
>
> Then followed the normal steps for a build
>
> Move current install to old
> * mv /opt/current /opt/old
> Delete existing dB and create new
> wGET new package and unzip in /opt/current folder
> Run new install script
> *script copies customization files from stored location into new install (can 
> supply list of files that are copied if needed)
> Restart server
> Run sh red5.sh to start process
> Go through the setup process and restart server once complete
> * during setup the tick for install default objects is not selected
> Log in as admin and preformed import
>
> After the import was ran it put everything into the folder
> /webapps/Openmeetings/upload/import/import_2018_08_04_05_59_04/roomFiles/profiles
>
> I had never did a command line import as I have always done it after the 
> system was configured.  Since your import was successful then I would assume 
> there is something wrong with the back-up that was taken and not a bug.
>
> One question to see if the step still needs to be taken.  When you delete a 
> user and it creates the "purged" information; when you take a back-up are 
> those entries also included or does it omit them?  Since I still seen the 
> entries in the dB I figured that the back-up would include this data.  That 
> is the reason for the manual deletion prior to taking the backup.
>
>
> -Original Message-
> From: Maxim Solodovnik 
> Sent: Sunday, August 5, 2018 12:16 AM
> To: Openmeetings user-list 
> Subject: Re: Conference Room creation update error
>
> Just performed command line import ~50k users with lots of profile pictures 
> All images seems to be preserved So everything seems to work as expected
>
> `./admin.sh -v -i -file
> ~/work/openmeetings/backup/backup_2015_12_07_03_35_39.zip`
>
> Could you please provide your steps?
>
> On Sun, Aug 5, 2018 at 10:35 AM Maxim Solodovnik  wrote:
> >
> > According to pictures uploaded by users: format change does not affect
> > such profile images, cause file name with extension is stored in
> > xml/DB :))) On Sun, Aug 5, 2018 at 10:30 AM Maxim Solodovnik
> >  wrote:
> > >
> > > Hello Aaron,
> > >
> > > Thanks for detailed testing
> > > Profile folders should be moved to proper locations ...
> > > (https://github.com/apache/openmeetings/blob/4.0.x/openmeetings-inst
> > > all/src/main/java/org/apache/openmeetings/backup/BackupImport.java#L
> > > 1040)
> > >
> > > I'll double-check and report back
> > > On Sun, Aug 5, 2018 at 2:42 AM Aaron H  wrote:
> > > >
> > > > After further testing it will still accept the profile image being in 
> > > > jpg format.  Any new image will be saved in the .png format.
> > > >
> > > > Looks like my problem I was having was due to the import not running 
> > > > properly (I'm assuming).  The user.xml import was successful (as all 
> > > > user data was there), but what failed was putting each user's profile 
> > > > (profile_#) into the proper place 
> > > > /webapps/openmeeting/upload/profiles/.  Instead it left all the files 
> > > > in the import//roomfiles/profiles/ folder.  So while 
> > > > the users.xml files was parsed and it said in each profile_# the 
> > > > profile image was profile.jpg, that jpg file did not exist due to it 
> > > > not being imported properly.
> > > >
> > > > After manually moving each users profile_# folder into the proper place 
> > > > everything worked as expected.  If a user had no stored image then 
> > > > there was no need to do the import as their profile would be created on 
> > > > their returning login.
> > > >
> > > > So it was either 1 of 2 things.  Either A) a bad import function (as 
> > > > imported filed were placed in wrong locations, or B) import partially 
> > > > failed due to image format change.  Was 4.0.4 image format still .jpg 
> > > > or had that one been moved to .png?  I was going to stand up an 
> > > > official release if file format was still .jpg to see if it can narrow 
> > > > down what caused the import to not run fully.
> > > >
> > > >
> > > > -Original Message-
> > > > From: aaron.h...@gmail.com 
> > > > Sent: Saturday, 

Re: Problem with moodle - openmeetings

2018-08-06 Thread Maxim Solodovnik
Hello Luis,
Is your OMh wget?) instance accessible from Moodle? (can you check with wget?)
Have you created special user in OM with Login and Soap priviledges?
(and set this user in Moodle settings)
On Mon, Aug 6, 2018 at 7:47 PM Luis Blasco de La Cruz
 wrote:
>
> Hi all
>
>
>
> Congratulations about Windows 10 guide to install openmeetings . works in 
> local mode perfect, but like ever, my problem is to link openmeetings with 
> moodle. I am not able to do it.
>
>
>
> Can someone help me ¿?
>
>
>
> I installed last plugin of openmeetings in moodle. I made the setup and when 
> finish to setup openmeetings room appears this error
>
>
>
> Fault (Service error)
>
>



-- 
WBR
Maxim aka solomax


Re: configuration

2018-08-06 Thread Maxim Solodovnik
Hello Ron,

There are some options can be tuned using groups:
1) Set up group admin
2) Enable "restricted" files
3) set up some group limits
No other options so far

Options can be added (it might take some time)
But I believe additional options need to be designed/discussed carefully

In case of "expert"/"requester" groups: what should happen in case
user is added to both groups?
On Sun, Aug 5, 2018 at 8:43 PM Ron Eggler  wrote:
>
> HI,
>
> I'm new to OpenMeetings, so please bare with me.
> I've got a question regarding configuration:
> is it possible to allow loading different configurations depending on what 
> group the current user belongs to?
> for example I want an "expert" (group) to be able to schedule meetings (incl 
> create rooms etc.) where a "requester" (group) can only take part in 
> scheduled meetings in assigned rooms.
> If possible, is there any tutorials or a guide or something that describe how 
> to configure this?
>
> Thanks!
> Ron



-- 
WBR
Maxim aka solomax


Problem with moodle - openmeetings

2018-08-06 Thread Luis Blasco de La Cruz
Hi all

 

Congratulations about Windows 10 guide to install openmeetings . works in local 
mode perfect, but like ever, my problem is to link openmeetings with moodle. I 
am not able to do it.

 

Can someone help me ¿?

 

I installed last plugin of openmeetings in moodle. I made the setup and when 
finish to setup openmeetings room appears this error

 


Fault (Service error)