jupyter-videochat
jupyter-videochat copied to clipboard
Video chat with peers inside JupyterLab
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
> This issue is for posting cool screenshots, some of which are used in documentation
The now-pre-released jupyterlab 3.1.0a7 (and now 8) includes the initial yjs-based implementation of collaborative editing. The initial server is here: - https://github.com/jupyterlab/jupyterlab/blob/master/jupyterlab/handlers/yjs_echo_ws.py And the initial client connector: - https://github.com/jupyterlab/jupyterlab/blob/16cba948f03a07578cb249c368ead7589b9cae6f/packages/docprovider/src/yprovider.ts#L19 We...
## Elevator Pitch Make a separate labextension, `jupyterlab-viedochat-poll`, still packaged as part of the same python package, which uses Video Chat Manager to implement a moderator-lead poll using the Jitsi...
Apparently breakout rooms are one of the things that people need in order to leave proprietary solutions which are not offered by Jitsi yet. There are a number of open...
Is it possible to implement something like Jupyter-videochat as an [RStudio addin](http://rstudio.github.io/rstudioaddins/)?
When the Jitsi video call is active, resizing the Jitsi pane causes the mouse to lock up. Please watch [Setting-up-Jitsi-demo.mp4.zip](https://github.com/yuvipanda/jupyter-videochat/files/5256616/Setting-up-Jitsi-demo.mp4.zip) to see my clumsy workaround to permit resizing the videochat...
## Describe the solution you'd like Please could anyone make this extension compatible with Jupyterlab >= 4.x ? Thank you