On Thu, 8 Apr 2021 at 00:56, Filip Žák <[email protected]> wrote:
> Well, I am good with changing the code but where exactly? Because there is > a lot of code. > > st 7. 4. 2021 o 16:32 Maxim Solodovnik <[email protected]> napísal(a): > >> Hello Filip, >> >> On Wed, 7 Apr 2021 at 14:48, Filip Žák <[email protected]> wrote: >> >>> Hello, >>> I would like to change 2 things. >>> First, how can I change the default camera position from top left to >>> bottom left? >>> >> >> currently you can change the code >> > https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/front/settings/src/video-util.js#L146 try to change `__processTopToBottom` with `__processTopToBottom` or change the logic :) or >> use arrange key-code: `video.arrange.resize.keycode` Ctrl+Shift+KeyA >> https://openmeetings.apache.org/GeneralConfiguration.html >> >> Second, how can I change the default pen color from orange to black for >>> example and width from 5 to 2? >>> >> https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/front/wb/src/wb-tool-shape-base.js#L14 don't forget to rebuild :)) > >> this will require code change :( >> >> >>> >>> Thanks >>> >>> -- >>> Best Regards, >>> Filip >>> >> >> >> -- >> Best regards, >> Maxim >> > > > -- > S pozdravom > Filip Žák > -- Best regards, Maxim
