jupyterlab-contrib / jupyter-videochat

Video chat with peers inside JupyterLab
https://jupyter-videochat.rtfd.io
BSD 3-Clause "New" or "Revised" License
60 stars 10 forks source link

Use Meet API for collaborative editing #28

Open bollwyvl opened 3 years ago

bollwyvl commented 3 years ago

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:

And the initial client connector:

We should be able to use the Meet API (a la #24) to re-implement this model, and allow documents shared with other members of the meeting.

A monkeypatchtastic approach:

A better approach would likely require an upstream change, and allow us to implement a JitsiProvider.