Hi,
When trying to deploy the newer version of eduMEET via edumeet-ansible playbooks with the following values:
edumeet_branch: dev
edumeet_tag: dev
config_template_version: dev
it deploys successfully, but the application is not accessible and shows the following error message:
Configuration error
The Edumeet configuration contains errors:
configuration param 'viewAspectRatio' not declared in the schema configuration param 'viewAspectRatios' not declared in the schema configuration param 'videoAspectRatio' not declared in the schema configuration param 'defaultResolution' not declared in the schema configuration param 'defaultFrameRate' not declared in the schema configuration param 'defaultScreenResolution' not declared in the schema configuration param 'defaultScreenSharingFrameRate' not declared in the schema configuration param 'simulcastEncodings' not declared in the schema configuration param 'defaultAudio.autoGainControl' not declared in the schema configuration param 'defaultAudio.echoCancellation' not declared in the schema configuration param 'defaultAudio.noiseSuppression' not declared in the schema configuration param 'defaultAudio.voiceActivatedUnmute' not declared in the schema configuration param 'defaultAudio.noiseThreshold' not declared in the schema configuration param 'centralAudioOptions.sampleRate' not declared in the schema configuration param 'centralAudioOptions.channelCount' not declared in the schema configuration param 'centralAudioOptions.volume' not declared in the schema configuration param 'centralAudioOptions.sampleSize' not declared in the schema configuration param 'centralAudioOptions.opusStereo' not declared in the schema configuration param 'centralAudioOptions.opusDtx' not declared in the schema configuration param 'centralAudioOptions.opusFec' not declared in the schema configuration param 'centralAudioOptions.opusPtime' not declared in the schema configuration param 'centralAudioOptions.opusMaxPlaybackRate' not declared in the schema
and that is weird because I can see those values after the deployment in configs/app/config.js
the application is publicly accessible through: https://edumeet.rash.al
Thanks for your support!
Hi,
When trying to deploy the newer version of eduMEET via edumeet-ansible playbooks with the following values:
it deploys successfully, but the application is not accessible and shows the following error message:
and that is weird because I can see those values after the deployment in
configs/app/config.jsthe application is publicly accessible through: https://edumeet.rash.al
Thanks for your support!