Another update. Still not working right though...
This commit is contained in:
@@ -273,29 +273,16 @@ async def create_jitsi_jwt(
|
|||||||
"livestreaming": False,
|
"livestreaming": False,
|
||||||
"recording": False,
|
"recording": False,
|
||||||
"transcription": False,
|
"transcription": False,
|
||||||
"outbound-call": False,
|
# "outbound-call": False,
|
||||||
"sip-outbound-call": False,
|
# "sip-outbound-call": False,
|
||||||
},
|
|
||||||
|
|
||||||
# "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,
|
# "disableAudioLevels": False,
|
||||||
# "startAudioMuted": request_data.settings.startAudioMuted,
|
"startAudioMuted": True,
|
||||||
# "startVideoMuted": request_data.settings.startVideoMuted,
|
"startVideoMuted": True,
|
||||||
# "startMuted": request_data.settings.startMuted,
|
"startMuted": True,
|
||||||
# "startHidden": request_data.settings.startHidden,
|
"startHidden": True,
|
||||||
# "followMe": request_data.settings.followMe,
|
"followMe": False,
|
||||||
# "reactionsMuted": request_data.settings.reactionsMuted
|
"reactionsMuted": True
|
||||||
# }
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log.debug(payload)
|
log.debug(payload)
|
||||||
|
|||||||
Reference in New Issue
Block a user