jitsi-meet-flutter-sdk
jitsi-meet-flutter-sdk copied to clipboard
How can I override 'constraints' in config.js?
{
'resolution': 720,
'constraints': {
'video': {
'height': {'ideal': 720, 'max': 720, 'min': 720}
}
}
}
I got this error: [modules/RTC/RTCUtils] Failed to get access to local media. TypeError: constraints is not a dictionary "{video={height={ideal=720, min=720, max=720}}}"
Please update to latest version and also check how config options get overwritten in the example below: https://github.com/jitsi/jitsi-meet-flutter-sdk/blob/main/example/lib/main.dart