shooding

Results 14 comments of shooding

Yes, it would be best to draw on the same canvas so that the gesture can sync to all others. Actually i have completed that version with dynamic width which...

I do have a banking use case KYC (know your customer) requires customer sign contract and record the gesture in a video conference. Cracker ***@***.***> 於 2022年2月8日 週二 下午8:50 寫道:...

Looks like it's CORS issue. I tested it with self hosted jitsi-meet server, (e.g. domain name = example.com). Solved by adding the following to your nginx setting: ``` $vim /etc/nginx/sites-enabled/example.com.conf...

Update on this issue, the latest stable-9457 version includes updates of refactor transcriptions api from pull request merged to master [https://github.com/jitsi/jitsi-meet/pull/14144](https://github.com/jitsi/jitsi-meet/pull/14144). From there you see `AbstractClosedCaptionButton.tsx` is now using an...

confirm hiddenDomain solves the problem. setup jitsi-meet `VirtualHost recorder.` and set recorder. as hiddenDomain. Only one domain can be hiddenDomain, and most of the time recorder will be used first....

@ndepal "the main part of the script should be in the file main.py" works like magic !!

build_tools base repo version: v8.0.1.50 Operating system: Ubuntu 16.04 similar issue at building v8 ` return f'.{gcs_file_name}{MIGRATION_TOGGLE_FILE_SUFFIX}' ^ SyntaxError: invalid syntax ` Due to need of python3.8

@igwyd release/v8.1.0 still gets error when building v8 and cipd ``` Cloning into '/core/Common/3dParty/v8_89/_gclient_v8_gdy3m7cc'... remote: Sending approximately 789.65 MiB ... remote: Counting objects: 7459, done remote: Finding sources: 100% (3/3)...

Struggling for several days build for v7.5.1 [OK] serveral months ago. Host OS: Windows (x64) + make image from build_tools/Dockerfile (From Ubuntu:16.04) build for v8.0.1 [FAILED] Host OS: macBook pro...