Another update. Still not working right though...

This commit is contained in:
Scott Idem
2025-12-02 18:15:07 -05:00
parent ac41aec71c
commit 412277b3a7

View File

@@ -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)