From 412277b3a774bab96c92730247c9863779afe2d8 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 2 Dec 2025 18:15:07 -0500 Subject: [PATCH] Another update. Still not working right though... --- app/routers/api.py | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/app/routers/api.py b/app/routers/api.py index 7d111ca..61b19a0 100644 --- a/app/routers/api.py +++ b/app/routers/api.py @@ -273,29 +273,16 @@ async def create_jitsi_jwt( "livestreaming": False, "recording": False, "transcription": False, - "outbound-call": False, - "sip-outbound-call": False, + # "outbound-call": False, + # "sip-outbound-call": False, + # "disableAudioLevels": False, + "startAudioMuted": True, + "startVideoMuted": True, + "startMuted": True, + "startHidden": True, + "followMe": False, + "reactionsMuted": True }, - - # "features": { - # "livestreaming": True, - # "recording": True, - # "transcription": True, - # "outbound-call": True, - # "sip-outbound-call": True, - # }, - - # "settings": request_data.settings if hasattr(request_data, 'settings') else None, - - # { - # "disableAudioLevels": False, - # "startAudioMuted": request_data.settings.startAudioMuted, - # "startVideoMuted": request_data.settings.startVideoMuted, - # "startMuted": request_data.settings.startMuted, - # "startHidden": request_data.settings.startHidden, - # "followMe": request_data.settings.followMe, - # "reactionsMuted": request_data.settings.reactionsMuted - # } } } log.debug(payload)