Compare commits

..

3 Commits

Author SHA1 Message Date
lebaudantoine bb49fdc42c ✏️(backend) fix few typos
Fix few typos in the docstring.
2024-12-06 12:32:33 +01:00
lebaudantoine dd656a23ce (backend) add ODC_VERIFY_SSL configuration
Need to disable SSL while authenticating to unsecure
OIDC provider in dev environment.
2024-12-06 12:32:33 +01:00
lebaudantoine 0a5ddd2f0e 🩹(backend) add missing environ_prefix on OIDC_CREATE_USER
Misleading, to not have all OIDC-related settings, with environ prefix at None.
Caught myself into troubleshooting few minutes.
2024-12-06 12:32:33 +01:00
@@ -65,11 +65,6 @@ export const Conference = ({
const roomOptions = useMemo((): RoomOptions => {
return {
adaptiveStream: true,
dynacast: true,
publishDefaults: {
videoCodec: 'vp9',
},
videoCaptureDefaults: {
deviceId: userConfig.videoDeviceId ?? undefined,
},