Saisyam
Saisyam
I have tested this plugin on Edge browser on Ubuntu 20.04. It works as expected without any code changes. I tried this with some custom domains like [Python Flask](https://palletsprojects.com/p/flask/) and...
I was trying to send dtmf events using dial_dtmf method but always returns PJ_EINVAL. I tried with string and bytes as well. I looked into your code and found the...
I am trying to run the Chrome browser in headless mode, by adding the following options: `options = Options()` `options.add_argument("--headless")` But the application starts and stops immediately with an exception...