wip advanced

This commit is contained in:
Thomas Ramé
2026-04-02 18:52:11 +02:00
parent 316008016c
commit d7ce25b1b5
35 changed files with 865 additions and 166 deletions
+3 -1
View File
@@ -127,7 +127,7 @@ class LobbyService:
key=settings.LOBBY_COOKIE_NAME,
value=participant_id,
httponly=True,
secure=True,
secure=not settings.DEBUG,
samesite="Lax",
)
@@ -193,6 +193,7 @@ class LobbyService:
configuration=room.configuration,
is_admin_or_owner=False,
participant_id=participant_id,
encryption_mode=room.encryption_mode,
)
return participant, livekit_config
@@ -235,6 +236,7 @@ class LobbyService:
configuration=room.configuration,
is_admin_or_owner=False,
participant_id=participant_id,
encryption_mode=room.encryption_mode,
)
return participant, livekit_config