Question
How to start zoom using --no-sandbox and --url together in linux
Currently i'm trying to open zoom webinar via url on linux docker image.
But it seems like the --url option is ignored when i pass the --no-sandbox option. I also tried disabling a seccomp, but what i actually want to do is deploy it on aws ecs, ecs doesn't allow to modify security option, so i can't use seccomp.
Is there any way to start with url that includes uuid and tk stuff as query on no-sandbox mode on linux?
