Skip to content

v0.5.0

Compare
Choose a tag to compare
@bollwyvl bollwyvl released this 01 Feb 12:54
· 28 commits to master since this release
01af954
  • overhaul for JupyterLab 3 (#12, #14)
    • pip install jupyter-videochat, no more jupyter labextension install
      • npm tarballs will continue to be released for downstream extensions
        • user install via jupyter labextension install is no longer tested
    • exposes IVideoChatManager for other extensions to interact with the
      current Jitsi Meet intance
    • fully configurable via Advanced Settings
      • Jitsi configuration
      • persistent display name/avatar
      • allow joining public rooms
  • replaced vendored Jitsi API with use of your Jitsi server's
  • adds URL router
    • open a chat directly with ?jvc=<room name> (#7)