diff libervia/server/constants.py @ 1517:b8ed9726525b

browser: "calls" implementation, first draft: Basic page to make a call. Call are automatically accepted for the moment. fix 422
author Goffi <goffi@goffi.org>
date Thu, 01 Jun 2023 21:42:02 +0200
parents ec3ad9abf9f9
children
line wrap: on
line diff
--- a/libervia/server/constants.py	Thu Jun 01 20:44:57 2023 +0200
+++ b/libervia/server/constants.py	Thu Jun 01 21:42:02 2023 +0200
@@ -95,6 +95,7 @@
         "events",
         "lists",
         "merge-requests",
+        "calls"
         # XXX: app is not available anymore since removal of pyjamas code with Python 3
         #    port. It should come back at a later point with an alternative (Brython
         #    probably).