Re: Room language

2018-07-25 Thread Maxim Solodovnik
Extremely weird :(
This works as expected for me
It also works in our CMS plugins 
Will try to triple-check this
On Thu, Jul 26, 2018 at 11:30 AM Equinoxe 4
 wrote:
>
> Yes, sorry, I wrote "es" on my previous email, but in fact is a number in the 
> URL. Please ignore the "es", it meant to be a 8 which is what I pass, for 
> instance:
>
> http://meetingrooms.mydomain.com:5080/openmeetings/hash?secure=b39686c6-af38-4c27-9506-81c5fd1f5f1c=8
>
> But I pass any valid number and the result is what mentioned before...
>
> Thanks.
>
> 
> De: Maxim Solodovnik 
> Enviado: miércoles, 25 de julio de 2018 11:26 p. m.
> Para: rodolfo_gonza...@hotmail.com
> CC: Openmeetings user-list
> Asunto: Re: Room language
>
> Here might be the problem :(((
> the language should be _NUMBER_
> (https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml#L29)
>
> Does it work with numbers?
> On Thu, Jul 26, 2018 at 11:20 AM Equinoxe 4
>  wrote:
> >
> > Sorry for my late response Maxim,
> >
> > The setup is a normal one, of 4.0.4. The room is succesfully created using 
> > SOAP calls. The link to the room is created dinamically in a page, with the 
> > hash and the language GET parameters. The language is like =es . 
> > The problema is that it doesn't change the translation. I can pass any 
> > language, and the room labels stay either in English or Spanish.
> >
> > 
> > De: Maxim Solodovnik 
> > Enviado: domingo, 15 de julio de 2018 11:01 p. m.
> > Para: rodolfo_gonza...@hotmail.com
> > CC: Openmeetings user-list
> > Asunto: Re: Room language
> >
> > Hello,
> >
> > sorry for the late response, was on vacation
> >
> > everything works for me as expected :(
> > can you please provide your detailed steps, so I can try to reproduce your 
> > issue
> >
> > On Fri, Jun 29, 2018, 01:48 Equinoxe 4 
> > mailto:rodolfo_gonza...@hotmail.com>> wrote:
> > BTW, I also tried doing
> >
> > LANG="en_GB.UTF-8" ./red5.sh
> >
> > in the machine where it's always in Spanish, and it is still in Spanish. So 
> > it does not depend on that env var.
> >
> > Regards,
> > R.
> >
> > 
> > De: Equinoxe 4 
> > mailto:rodolfo_gonza...@hotmail.com>>
> > Enviado: jueves, 28 de junio de 2018 01:47 p. m.
> > Para: Maxim Solodovnik; 
> > user@openmeetings.apache.org
> > Asunto: RE: Room language
> >
> > Hi Maxim,
> >
> > yes, the hashes are different everytime. Language still does not change to 
> > the one set in the GET parameter language.
> >
> > Thanks.
> > R.
> >
> > 
> > De: Maxim Solodovnik mailto:solomax...@gmail.com>>
> > Enviado: miércoles, 27 de junio de 2018 08:57 p. m.
> > Para: Openmeetings user-list
> > Asunto: Re: Room language
> >
> > 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 language to spanish
> > 4) open link open link
> > hashes usually one-time so it shouldn't work without regeneration on 
> > different machines
> > or on same machine different browsers
> > or same browser with cleaned up cookies
> >
> > HASH and language might be stored in the session
> > this why you need to regenerate hash and/or clean-up cookies
> >
> > On Thu, Jun 28, 2018 at 1:32 AM Equinoxe 4 
> > mailto:rodolfo_gonza...@hotmail.com>>>
> >  wrote:
> > 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=1
> >
> > and
> >
> > http://localhost:5080/openmeetings/hash?secure=3a5738e4-0762-4130-8131-7312e3c0da6d=8
> >
> > both show the labels in the room in Spanish in one of my devel computers, 
> > and in English in the other, without taking the 1 or 8 in account.
> >
> > Is that language parameter still in use? Otherwise, is there any way to set 
> > the localization of the SOAP-created room?
> >
> > Thanks a lot for your patience,
> > R.
> >
> >
> > --
> > WBR
> > Maxim aka solomax
>
>
>
> --
> WBR
> Maxim aka solomax



-- 
WBR
Maxim aka solomax


RE: Room language

2018-07-25 Thread Equinoxe 4
Yes, sorry, I wrote "es" on my previous email, but in fact is a number in the 
URL. Please ignore the "es", it meant to be a 8 which is what I pass, for 
instance:

http://meetingrooms.mydomain.com:5080/openmeetings/hash?secure=b39686c6-af38-4c27-9506-81c5fd1f5f1c=8

But I pass any valid number and the result is what mentioned before...

Thanks.


De: Maxim Solodovnik 
Enviado: miércoles, 25 de julio de 2018 11:26 p. m.
Para: rodolfo_gonza...@hotmail.com
CC: Openmeetings user-list
Asunto: Re: Room language

Here might be the problem :(((
the language should be _NUMBER_
(https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml#L29)

Does it work with numbers?
On Thu, Jul 26, 2018 at 11:20 AM Equinoxe 4
 wrote:
>
> Sorry for my late response Maxim,
>
> The setup is a normal one, of 4.0.4. The room is succesfully created using 
> SOAP calls. The link to the room is created dinamically in a page, with the 
> hash and the language GET parameters. The language is like =es . The 
> problema is that it doesn't change the translation. I can pass any language, 
> and the room labels stay either in English or Spanish.
>
> 
> De: Maxim Solodovnik 
> Enviado: domingo, 15 de julio de 2018 11:01 p. m.
> Para: rodolfo_gonza...@hotmail.com
> CC: Openmeetings user-list
> Asunto: Re: Room language
>
> Hello,
>
> sorry for the late response, was on vacation
>
> everything works for me as expected :(
> can you please provide your detailed steps, so I can try to reproduce your 
> issue
>
> On Fri, Jun 29, 2018, 01:48 Equinoxe 4 
> mailto:rodolfo_gonza...@hotmail.com>> wrote:
> BTW, I also tried doing
>
> LANG="en_GB.UTF-8" ./red5.sh
>
> in the machine where it's always in Spanish, and it is still in Spanish. So 
> it does not depend on that env var.
>
> Regards,
> R.
>
> 
> De: Equinoxe 4 
> mailto:rodolfo_gonza...@hotmail.com>>
> Enviado: jueves, 28 de junio de 2018 01:47 p. m.
> Para: Maxim Solodovnik; 
> user@openmeetings.apache.org
> Asunto: RE: Room language
>
> Hi Maxim,
>
> yes, the hashes are different everytime. Language still does not change to 
> the one set in the GET parameter language.
>
> Thanks.
> R.
>
> 
> De: Maxim Solodovnik mailto:solomax...@gmail.com>>
> Enviado: miércoles, 27 de junio de 2018 08:57 p. m.
> Para: Openmeetings user-list
> Asunto: Re: Room language
>
> 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 language to spanish
> 4) open link open link
> hashes usually one-time so it shouldn't work without regeneration on 
> different machines
> or on same machine different browsers
> or same browser with cleaned up cookies
>
> HASH and language might be stored in the session
> this why you need to regenerate hash and/or clean-up cookies
>
> On Thu, Jun 28, 2018 at 1:32 AM Equinoxe 4 
> mailto:rodolfo_gonza...@hotmail.com>>>
>  wrote:
> 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=1
>
> and
>
> http://localhost:5080/openmeetings/hash?secure=3a5738e4-0762-4130-8131-7312e3c0da6d=8
>
> both show the labels in the room in Spanish in one of my devel computers, and 
> in English in the other, without taking the 1 or 8 in account.
>
> Is that language parameter still in use? Otherwise, is there any way to set 
> the localization of the SOAP-created room?
>
> Thanks a lot for your patience,
> R.
>
>
> --
> WBR
> Maxim aka solomax



--
WBR
Maxim aka solomax


Re: Room language

2018-07-25 Thread Maxim Solodovnik
Here might be the problem :(((
the language should be _NUMBER_
(https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml#L29)

Does it work with numbers?
On Thu, Jul 26, 2018 at 11:20 AM Equinoxe 4
 wrote:
>
> Sorry for my late response Maxim,
>
> The setup is a normal one, of 4.0.4. The room is succesfully created using 
> SOAP calls. The link to the room is created dinamically in a page, with the 
> hash and the language GET parameters. The language is like =es . The 
> problema is that it doesn't change the translation. I can pass any language, 
> and the room labels stay either in English or Spanish.
>
> 
> De: Maxim Solodovnik 
> Enviado: domingo, 15 de julio de 2018 11:01 p. m.
> Para: rodolfo_gonza...@hotmail.com
> CC: Openmeetings user-list
> Asunto: Re: Room language
>
> Hello,
>
> sorry for the late response, was on vacation
>
> everything works for me as expected :(
> can you please provide your detailed steps, so I can try to reproduce your 
> issue
>
> On Fri, Jun 29, 2018, 01:48 Equinoxe 4 
> mailto:rodolfo_gonza...@hotmail.com>> wrote:
> BTW, I also tried doing
>
> LANG="en_GB.UTF-8" ./red5.sh
>
> in the machine where it's always in Spanish, and it is still in Spanish. So 
> it does not depend on that env var.
>
> Regards,
> R.
>
> 
> De: Equinoxe 4 
> mailto:rodolfo_gonza...@hotmail.com>>
> Enviado: jueves, 28 de junio de 2018 01:47 p. m.
> Para: Maxim Solodovnik; 
> user@openmeetings.apache.org
> Asunto: RE: Room language
>
> Hi Maxim,
>
> yes, the hashes are different everytime. Language still does not change to 
> the one set in the GET parameter language.
>
> Thanks.
> R.
>
> 
> De: Maxim Solodovnik mailto:solomax...@gmail.com>>
> Enviado: miércoles, 27 de junio de 2018 08:57 p. m.
> Para: Openmeetings user-list
> Asunto: Re: Room language
>
> 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 language to spanish
> 4) open link open link
> hashes usually one-time so it shouldn't work without regeneration on 
> different machines
> or on same machine different browsers
> or same browser with cleaned up cookies
>
> HASH and language might be stored in the session
> this why you need to regenerate hash and/or clean-up cookies
>
> On Thu, Jun 28, 2018 at 1:32 AM Equinoxe 4 
> mailto:rodolfo_gonza...@hotmail.com>>>
>  wrote:
> 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=1
>
> and
>
> http://localhost:5080/openmeetings/hash?secure=3a5738e4-0762-4130-8131-7312e3c0da6d=8
>
> both show the labels in the room in Spanish in one of my devel computers, and 
> in English in the other, without taking the 1 or 8 in account.
>
> Is that language parameter still in use? Otherwise, is there any way to set 
> the localization of the SOAP-created room?
>
> Thanks a lot for your patience,
> R.
>
>
> --
> WBR
> Maxim aka solomax



-- 
WBR
Maxim aka solomax


RE: Room language

2018-07-25 Thread Equinoxe 4
Sorry for my late response Maxim,

The setup is a normal one, of 4.0.4. The room is succesfully created using SOAP 
calls. The link to the room is created dinamically in a page, with the hash and 
the language GET parameters. The language is like =es . The problema 
is that it doesn't change the translation. I can pass any language, and the 
room labels stay either in English or Spanish.


De: Maxim Solodovnik 
Enviado: domingo, 15 de julio de 2018 11:01 p. m.
Para: rodolfo_gonza...@hotmail.com
CC: Openmeetings user-list
Asunto: Re: Room language

Hello,

sorry for the late response, was on vacation

everything works for me as expected :(
can you please provide your detailed steps, so I can try to reproduce your issue

On Fri, Jun 29, 2018, 01:48 Equinoxe 4 
mailto:rodolfo_gonza...@hotmail.com>> wrote:
BTW, I also tried doing

LANG="en_GB.UTF-8" ./red5.sh

in the machine where it's always in Spanish, and it is still in Spanish. So it 
does not depend on that env var.

Regards,
R.


De: Equinoxe 4 
mailto:rodolfo_gonza...@hotmail.com>>
Enviado: jueves, 28 de junio de 2018 01:47 p. m.
Para: Maxim Solodovnik; 
user@openmeetings.apache.org
Asunto: RE: Room language

Hi Maxim,

yes, the hashes are different everytime. Language still does not change to the 
one set in the GET parameter language.

Thanks.
R.


De: Maxim Solodovnik mailto:solomax...@gmail.com>>
Enviado: miércoles, 27 de junio de 2018 08:57 p. m.
Para: Openmeetings user-list
Asunto: Re: Room language

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 language to spanish
4) open link open link
hashes usually one-time so it shouldn't work without regeneration on different 
machines
or on same machine different browsers
or same browser with cleaned up cookies

HASH and language might be stored in the session
this why you need to regenerate hash and/or clean-up cookies

On Thu, Jun 28, 2018 at 1:32 AM Equinoxe 4 
mailto:rodolfo_gonza...@hotmail.com>>>
 wrote:
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=1

and

http://localhost:5080/openmeetings/hash?secure=3a5738e4-0762-4130-8131-7312e3c0da6d=8

both show the labels in the room in Spanish in one of my devel computers, and 
in English in the other, without taking the 1 or 8 in account.

Is that language parameter still in use? Otherwise, is there any way to set the 
localization of the SOAP-created room?

Thanks a lot for your patience,
R.


--
WBR
Maxim aka solomax


Re: Re: [DISCUSSION] Interview room new look

2018-07-25 Thread Maxim Solodovnik
Hello All,

I have addressed some comments regarding Settings dialog and Interview room
would love to hear some feedback :)
demo-next https://om.alteametasoft.com:8443/next/hash?swf=settings is
updated

According to "Whiteboard Tips" I can merge this to 4.0.x/master, the only
concert I have: it might be too annoying to display tips on every enter to
every room ... WDYT?

On Thu, Jul 26, 2018 at 2:45 AM Daniel Ascher 
wrote:

> For the instructions on how to enable webcams can we use something like
> the dialogue box that comes up when someone enters the room? See attached
> screenshot as an example.
>
> Dan
>
> On Tue, Jul 24, 2018 at 11:02 PM, Maxim Solodovnik 
> wrote:
>
>> Bad news: IE11 doesn't support UserMedia JS API
>> I'm going to add fallback to flash in this case, it seems IE11 support
>> will be dropped in 5.0.0
>> On Wed, Jul 25, 2018 at 8:23 AM Maxim Solodovnik 
>> wrote:
>> >
>> > Please see inline
>> >
>> > WBR, Maxim
>> > (from mobile, sorry for the typos)
>> >
>> > On Wed, Jul 25, 2018, 01:43 BBS Technik  wrote:
>> >>
>> >> Hi,
>> >>
>> >> I also tested the new room a bit. I think the new concept is great.
>> Here are some notes:
>> >>
>> >> - When I enter the room, then only an empty window shows up and I have
>> to configure my camera first via the icon on the top left and then
>> activate. It would be a good help for normal users if an indication could
>> appear in the empty window.
>> >
>> >
>> > I can add border, or maybe you have better idea :)
>> >
>> >>
>> >> - The possibility to enlarge a video is very good. That you have to
>> pull the desired video to the right, is only clear after a few tries. Maybe
>> you can add a hint to this.
>> >
>> >
>> > Can you illustrate how this can be done?
>> >
>> >>
>> >> - The videos in the room should use all available space.
>> >
>> >
>> > It will :)
>> > But the minimum requirements for this: one video is enlarged, 3 videos
>> in the room .
>> > Ideas are welcome :)
>> >
>> >>
>> >>
>> >> - when I trie to use Internet Explorer, the error message 'enumerate
>> decive not supported' pops up.
>> >
>> >
>> > What IE version?
>> > Try to find win7 and check 
>> >
>> >>
>> >>
>> >> Best regards
>> >>
>> >>
>> >> Ed
>> >>
>> >>
>> >>
>> >> Gesendet: Dienstag, 24. Juli 2018 um 19:18 Uhr
>> >> Von: "Daniel Ascher" 
>> >> An: "Openmeetings user-list" 
>> >> Betreff: Re: [DISCUSSION] Interview room new look
>> >>
>> >> Hmm. I tried dragging the video pod and it kept moving back to the
>> bottom of the screen...
>> >>
>> >> On Tue, Jul 24, 2018 at 10:44 AM, Maxim Solodovnik <
>> solomax...@gmail.com[mailto:solomax...@gmail.com]> wrote:
>> >> Actually video pods are draggable in interview room
>> >> One pod is 4 times bigger, all other are equal size
>> >>
>> >>
>> >>
>> >> On Tue, Jul 24, 2018 at 9:09 PM Daniel Ascher <
>> aplusad...@aplustutoring.com[mailto:aplusad...@aplustutoring.com]> wrote:
>> >> I see. Does that mean you can have more than two people in the
>> interview room? I would suggest that the video panels default to the top of
>> the screen if there are one or two people in the room. Just my opinion.
>> >>
>> >> Yes, change the "play" icon to red dot icon and make it larger. If
>> possible (maybe it isn't) make the button flash for a few seconds at the
>> beginning of the meeting, or show the hover text for a few seconds and then
>> have it fade away.
>> >>
>> >> Hope this helps! Dan
>> >>
>> >> On Tue, Jul 24, 2018 at 10:04 AM, Maxim Solodovnik <
>> solomax...@gmail.com[mailto:solomax...@gmail.com]> wrote:
>> >> Thanks for checking :)
>> >> The layout depends on the number of windows in the room
>> >>
>> >> by "change to red dot" do you mean to change play icon with red dot?
>> or maybe change background to red?
>> >> How can this button be more visible? make it bigger?
>> >>
>> >>
>> >>
>> >> On Tue, Jul 24, 2018 at 8:36 PM Daniel Ascher <
>> aplusad...@aplustutoring.com[mailto:aplusad...@aplustutoring.com]> wrote:
>> >> Hi Maxim. I just took a look.
>> >>
>> >> Is there a reason the video panel is at the bottom of the screen?
>> >> Also, I noticed the record button looks like a play button. I have two
>> suggestions: 1. Change to red dot (with hover text saying START RECORDING),
>> and 2. make the recording button more visible.
>> >>
>> >> Thanks. Dan
>> >>
>> >> On Tue, Jul 24, 2018 at 9:25 AM, Daniel Ascher <
>> aplusad...@aplustutoring.com[mailto:aplusad...@aplustutoring.com]> wrote:
>> >> Thanks!
>> >>
>> >>
>> >> On Tue, Jul 24, 2018 at 9:22 AM, Maxim Solodovnik <
>> solomax...@gmail.com[mailto:solomax...@gmail.com]> wrote:
>> >> Moderator rights granted :)
>> >>
>> >>
>> >>
>> >> On Tue, Jul 24, 2018 at 8:21 PM Daniel Ascher <
>> aplusad...@aplustutoring.com[mailto:aplusad...@aplustutoring.com]> wrote:
>> >> I'm trying to test out this room but it seems someone else is in the
>> room with moderator permissions but is not responding so I can't test out
>> the webcam.
>> >>
>> >> Dan
>> >>
>> >> On Thu, Jul 19, 2018 at 11:14 

Re: Re: [DISCUSSION] Interview room new look

2018-07-25 Thread Daniel Ascher
For the instructions on how to enable webcams can we use something like the
dialogue box that comes up when someone enters the room? See attached
screenshot as an example.

Dan

On Tue, Jul 24, 2018 at 11:02 PM, Maxim Solodovnik 
wrote:

> Bad news: IE11 doesn't support UserMedia JS API
> I'm going to add fallback to flash in this case, it seems IE11 support
> will be dropped in 5.0.0
> On Wed, Jul 25, 2018 at 8:23 AM Maxim Solodovnik 
> wrote:
> >
> > Please see inline
> >
> > WBR, Maxim
> > (from mobile, sorry for the typos)
> >
> > On Wed, Jul 25, 2018, 01:43 BBS Technik  wrote:
> >>
> >> Hi,
> >>
> >> I also tested the new room a bit. I think the new concept is great.
> Here are some notes:
> >>
> >> - When I enter the room, then only an empty window shows up and I have
> to configure my camera first via the icon on the top left and then
> activate. It would be a good help for normal users if an indication could
> appear in the empty window.
> >
> >
> > I can add border, or maybe you have better idea :)
> >
> >>
> >> - The possibility to enlarge a video is very good. That you have to
> pull the desired video to the right, is only clear after a few tries. Maybe
> you can add a hint to this.
> >
> >
> > Can you illustrate how this can be done?
> >
> >>
> >> - The videos in the room should use all available space.
> >
> >
> > It will :)
> > But the minimum requirements for this: one video is enlarged, 3 videos
> in the room .
> > Ideas are welcome :)
> >
> >>
> >>
> >> - when I trie to use Internet Explorer, the error message 'enumerate
> decive not supported' pops up.
> >
> >
> > What IE version?
> > Try to find win7 and check 
> >
> >>
> >>
> >> Best regards
> >>
> >>
> >> Ed
> >>
> >>
> >>
> >> Gesendet: Dienstag, 24. Juli 2018 um 19:18 Uhr
> >> Von: "Daniel Ascher" 
> >> An: "Openmeetings user-list" 
> >> Betreff: Re: [DISCUSSION] Interview room new look
> >>
> >> Hmm. I tried dragging the video pod and it kept moving back to the
> bottom of the screen...
> >>
> >> On Tue, Jul 24, 2018 at 10:44 AM, Maxim Solodovnik <
> solomax...@gmail.com[mailto:solomax...@gmail.com]> wrote:
> >> Actually video pods are draggable in interview room
> >> One pod is 4 times bigger, all other are equal size
> >>
> >>
> >>
> >> On Tue, Jul 24, 2018 at 9:09 PM Daniel Ascher <
> aplusad...@aplustutoring.com[mailto:aplusad...@aplustutoring.com]> wrote:
> >> I see. Does that mean you can have more than two people in the
> interview room? I would suggest that the video panels default to the top of
> the screen if there are one or two people in the room. Just my opinion.
> >>
> >> Yes, change the "play" icon to red dot icon and make it larger. If
> possible (maybe it isn't) make the button flash for a few seconds at the
> beginning of the meeting, or show the hover text for a few seconds and then
> have it fade away.
> >>
> >> Hope this helps! Dan
> >>
> >> On Tue, Jul 24, 2018 at 10:04 AM, Maxim Solodovnik <
> solomax...@gmail.com[mailto:solomax...@gmail.com]> wrote:
> >> Thanks for checking :)
> >> The layout depends on the number of windows in the room
> >>
> >> by "change to red dot" do you mean to change play icon with red dot? or
> maybe change background to red?
> >> How can this button be more visible? make it bigger?
> >>
> >>
> >>
> >> On Tue, Jul 24, 2018 at 8:36 PM Daniel Ascher <
> aplusad...@aplustutoring.com[mailto:aplusad...@aplustutoring.com]> wrote:
> >> Hi Maxim. I just took a look.
> >>
> >> Is there a reason the video panel is at the bottom of the screen?
> >> Also, I noticed the record button looks like a play button. I have two
> suggestions: 1. Change to red dot (with hover text saying START RECORDING),
> and 2. make the recording button more visible.
> >>
> >> Thanks. Dan
> >>
> >> On Tue, Jul 24, 2018 at 9:25 AM, Daniel Ascher <
> aplusad...@aplustutoring.com[mailto:aplusad...@aplustutoring.com]> wrote:
> >> Thanks!
> >>
> >>
> >> On Tue, Jul 24, 2018 at 9:22 AM, Maxim Solodovnik  [mailto:solomax...@gmail.com]> wrote:
> >> Moderator rights granted :)
> >>
> >>
> >>
> >> On Tue, Jul 24, 2018 at 8:21 PM Daniel Ascher <
> aplusad...@aplustutoring.com[mailto:aplusad...@aplustutoring.com]> wrote:
> >> I'm trying to test out this room but it seems someone else is in the
> room with moderator permissions but is not responding so I can't test out
> the webcam.
> >>
> >> Dan
> >>
> >> On Thu, Jul 19, 2018 at 11:14 PM, Maxim Solodovnik <
> solomax...@gmail.com[mailto:solomax...@gmail.com]> wrote:Forgot to mention
> >>
> >> Room can be tested on our demo server:
> >> https://om.alteametasoft.com:8443/next/#room/1[https://om.
> alteametasoft.com:8443/next/#room/1]
> >>
> >> On Fri, Jul 20, 2018 at 10:13 AM Maxim Solodovnik  [mailto:solomax...@gmail.com]> wrote:
> >> >
> >> > Hello All,
> >> >
> >> > I'm currently working on new look of interview room
> >> > It will be more "video" room: special room without white board and
> >> > grid video layout
> >> > I would like to get some input on this new