Re: Cluster OpenMeetings For Single Access

2021-09-22 Thread Aom Jeff Root
Ok, thank you. Le mer. 22 sept. 2021 à 22:13, Ali Alhaidary a écrit : > Hi Jeffrey, > > Unfortunately, I am not the expert in that, however, I have CCed the > user group where you can find help. > > Ali > > On 9/22/21 8:26 PM, Aom Jeff Root wrote: > > Hi Mr Ali, I work on clustering openmeetings

Desktop share frame sizing

2021-09-22 Thread Jeffry Johnson
We are having issues with constant refresh of frame sizing when sharing desktop streams. Where would we find the functions to set a fixed larger frame size?

Re: [DISCUSS] Breaking JSON response body change in OpenMeetings Json/Rest API 7.0.0

2021-09-22 Thread Ali Alhaidary
Very good, as long as changes will not affect/impact all of those invested in OM of resources, and will not, all of a sudden, things will not work on a supposedly simple upgrade. Ali On 9/23/21 12:47 AM, seba.wag...@gmail.com wrote: Hi all! I think we may try to solve too many things at the

Re: Cluster OpenMeetings For Single Access

2021-09-22 Thread Ali Alhaidary
Hi Jeffrey, Unfortunately, I am not the expert in that, however, I have CCed the user group where you can find help. Ali On 9/22/21 8:26 PM, Aom Jeff Root wrote: Hi Mr Ali, I work on clustering openmeetings with two nodes and I want to make single access to the group server. But I don't know

Re: [DISCUSS] Breaking JSON response body change in OpenMeetings Json/Rest API 7.0.0

2021-09-22 Thread seba.wag...@gmail.com
Hi all! I think we may try to solve too many things at the same time in this discussion. But also in our API. It just seems things are a bit too tightly coupled. For example: *We can't change/update REST methods, cause they affect SOAP calls. Currently we have a just a single class that does both

Re: Using OM with a drawing pad

2021-09-22 Thread Erik Edwards
Works well with Gaomon PD1161 when displayed on another screen. The PD1161 has a built-in 1920x1080 monitor but the sense layer is not merged with the display so it requires a parallax calibration which it never gets correct. This is a tablet issue, not an OM issue. Would be nice to see some

Re: Using OM with a drawing pad

2021-09-22 Thread Ali Alhaidary
working beautifully good. Ali On 9/22/21 7:49 PM, jox joe wrote: Is Openmettings working properly with a drawing pad/tablet? Brands: Watcom, XP-PEN etc. Has anyone tried this already? Thank you.

Using OM with a drawing pad

2021-09-22 Thread jox joe
Is Openmettings working properly with a drawing pad/tablet? Brands: Watcom, XP-PEN etc. Has anyone tried this already? Thank you.

Re: Testing OM 7.0.0 #.....

2021-09-22 Thread Alvaro
## OM 7.0.0 #44 Server: Ubuntu 18.04 - OM 7.0.0 #44 Clients: Firefox 91-93 - Chrome 93 - Safari 14.1.2 - Yandex 21.6 ...no issues found. --- On Wed, 15 Sep 2021 09:54:44 +0200 Alvaro wrote: > > ## OM 7.0.0 #40 > > Server: Ubuntu 18.04 - OM 7.0.0 #40 > > Client: OSx 11

Re: [DISCUSS] Breaking JSON response body change in OpenMeetings Json/Rest API 7.0.0

2021-09-22 Thread Daniel Baker
Can you not employ an extra programmer? On 22/09/2021 13:24, Maxim Solodovnik wrote: On Wed, 22 Sept 2021 at 19:20, Ali Alhaidary mailto:ali.alhaid...@the5stars.org>> wrote: On 9/22/21 3:14 PM, Maxim Solodovnik wrote: I only can do manual testing here :( What is manual testin

Re: [DISCUSS] Breaking JSON response body change in OpenMeetings Json/Rest API 7.0.0

2021-09-22 Thread Ali Alhaidary
On 9/22/21 3:24 PM, Maxim Solodovnik wrote: On Wed, 22 Sept 2021 at 19:20, Ali Alhaidary mailto:ali.alhaid...@the5stars.org>> wrote: On 9/22/21 3:14 PM, Maxim Solodovnik wrote: I only can do manual testing here :( What is manual testing? I'm installing everything setting up

Re: [DISCUSS] Breaking JSON response body change in OpenMeetings Json/Rest API 7.0.0

2021-09-22 Thread Maxim Solodovnik
On Wed, 22 Sept 2021 at 19:20, Ali Alhaidary wrote: > > On 9/22/21 3:14 PM, Maxim Solodovnik wrote: > > I only can do manual testing here :( > > What is manual testing? > I'm installing everything setting up integration and do clicking :))) > IMO these changes (if we will be able to do them) w

Re: [DISCUSS] Breaking JSON response body change in OpenMeetings Json/Rest API 7.0.0

2021-09-22 Thread Ali Alhaidary
On 9/22/21 3:14 PM, Maxim Solodovnik wrote: I only can do manual testing here :( What is manual testing? IMO these changes (if we will be able to do them) worth to be done what is IMO ? Why I raise some old design issues: we can do changes now and let the API unchanged for another several ye

Re: [DISCUSS] Breaking JSON response body change in OpenMeetings Json/Rest API 7.0.0

2021-09-22 Thread Maxim Solodovnik
I only can do manual testing here :( IMO these changes (if we will be able to do them) worth to be done Why I raise some old design issues: we can do changes now and let the API unchanged for another several years :))) On Wed, 22 Sept 2021 at 19:09, Ali Alhaidary wrote: > The issue here is that,

Re: [DISCUSS] Breaking JSON response body change in OpenMeetings Json/Rest API 7.0.0

2021-09-22 Thread Ali Alhaidary
The issue here is that, It is a lot of work, and, a lot of testing that follows. We are not a direct API users, however, moodle plugin is. Along the road, things could break in such change. So, if you see this change is the the way forward, I am in with as usual a dedicated production server fo

Re: [DISCUSS] Breaking JSON response body change in OpenMeetings Json/Rest API 7.0.0

2021-09-22 Thread Maxim Solodovnik
These changes are only being discussed Nothing is broken, yet : we can @Deprecate these old methods and/or move it to some prefixed URL so API users will need to change base URL from https://localhost:5443/openmeetings to https://localhost:5443/openmeetings/v1 On Wed, 22 Sept 2021 at 13:14, se

Re: [DISCUSS] Breaking JSON response body change in OpenMeetings Json/Rest API 7.0.0

2021-09-22 Thread Maxim Solodovnik
On Wed, 22 Sept 2021 at 13:11, seba.wag...@gmail.com wrote: > @Maxim Solodovnik > The strange thing about those POST requests is that its a @FormParam. And > not just a simple request post body. > Well @FormParam was used due to this was the option I was able to find :))) My goal was to be able