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 d...