Re: Room language

2018-06-27 Thread Maxim Solodovnik
According to https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml#L29 1 == english 8 == spanish Can you double-check on your devel computers using following steps: 1) generate hash, set language to english 2) open link 3) generate hash, set lan

Room language

2018-06-27 Thread Equinoxe 4
Hi again, I have noticed that passing the language get parameter to the URL for SOAP-created rooms doesn't change the room's language. For instance: http://localhost:5080/openmeetings/hash?secure=3a5738e4-0762-4130-8131-7312e3c0da6d&language=1 and http://localhost:5080/openmeetings/hash?secur

RE: Unsupported Java version after update.

2018-06-27 Thread Equinoxe 4
Hmm no, the version is openjdk 1.8.0_171-8u171-b11-0ubuntu0.16.04.1-b11 which is 8 as far as I understand. Anyway, I switched away from OpenJDK and using plain JDK is working fine :) De: Maxim Solodovnik Enviado: miércoles, 27 de junio de 2018 11:56 a. m

RE: Hidding top menu bar in SOAP-created rooms

2018-06-27 Thread Equinoxe 4
Thanks a lot Maxim, it worked passing: 'hiddenElements' => 'TopBar', Regards, R. De: Maxim Solodovnik Enviado: miércoles, 27 de junio de 2018 11:59 a. m. Para: Openmeetings user-list Asunto: Re: Hidding top menu bar in SOAP-created rooms You have to pas

Re: Hidding top menu bar in SOAP-created rooms

2018-06-27 Thread Maxim Solodovnik
You have to pass hidden elements while creating/updating the room http://openmeetings.apache.org/openmeetings-db/apidocs/org/apache/openmeetings/db/dto/room/RoomDTO.html#setHiddenElements-java.util.Set- On Wed, Jun 27, 2018 at 11:38 PM Equinoxe 4 wrote: > Hi, > > I found here: > > https://openme

Re: Unsupported Java version after update.

2018-06-27 Thread Maxim Solodovnik
Class version 52.0 == java8 According to error you are trying to run red5 using java7 On Wed, Jun 27, 2018 at 11:34 PM Equinoxe 4 wrote: > More details: > > $ java -version > openjdk version "1.8.0_171" > OpenJDK Runtime Environment (build > 1.8.0_171-8u171-b11-0ubuntu0.16.04.1-b11) > OpenJ

Hidding top menu bar in SOAP-created rooms

2018-06-27 Thread Equinoxe 4
Hi, I found here: https://openmeetings.apache.org/ConferenceRoomLayoutOptions.html that it is possible to hide the top menu bar in normal rooms. But what about with SOAP-created rooms? Is it also possible? I tried setting 'hideTopBar' => true in the room creation but it still shows. I don't

RE: Unsupported Java version after update.

2018-06-27 Thread Equinoxe 4
More details: $ java -version openjdk version "1.8.0_171" OpenJDK Runtime Environment (build 1.8.0_171-8u171-b11-0ubuntu0.16.04.1-b11) OpenJDK 64-Bit Server VM (build 25.171-b11, mixed mode) I switched to an older Oracle's JDK and it works as expected. De

Unsupported Java version after update.

2018-06-27 Thread Equinoxe 4
Hi, I just updated my Ubuntu desktop where I run the openmeetings server and I think that the updated Java VM is not supported by red5: Exception in thread "main" java.lang.UnsupportedClassVersionError: org/red5/server/Bootstrap : Unsupported major.minor version 52.0 Maybe downgrade it?

Re: OM on mobile phone

2018-06-27 Thread Maxim Solodovnik
Great news :) Thanks for sharing! On Wed, Jun 27, 2018 at 1:51 PM Peter Dähn wrote: > Hi there, > > I made a try with puffin browser (free version). Works so far on > Android. Puffin is installable on iOS too, so it should work too... > (works also with flash only versions) > > Greetings Peter >