Another update. Still not working right though...
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user