Hi,
We have successfully used this method of using the mkcert method on Windows with Chrome and made a call with the javascript Voice SDK.
There are two important steps:
1. Looks like mkcert is not able to update the root authority in Windows, but this command will work
certutil –addstore -enterprise –f "Root" <pathtocertificatefile>
2. For it to work we found, using a new Chrome window with a new clean profile after installing the root authority will enable the client to start fine.
... View more