Do we have to use public CA to enable audio functionality in our webapp deployed on external server?

Description
Hi, we’ve learned we have to serve our app over https to use audio functionality during meetings when our app is deployed on external server.

The thing is whether we have to use public certification authority.
Or can we use private certification authority to save our money and time??

Error
Audio functionality isn’t enabled when our app is serving over http.

Which Web Client SDK version?
1.9.0

Device (please complete the following information):

  • Device: PC
  • OS: Win10
  • Browser: Edge, Chrome

Hi @koezukar,

If you’re asking whether or not you can use a self-signed certificate then the answer is yes! I currently use a self-signed certificate on my server, and also use CloudFlare’s built in SSL on another.

Thanks,
Alex

Great suggestion, thanks @alexmayo !

1 Like

Hi alexmayo,

Thanks a lot for your reply.
We successfully enable audio functions during meetings by serving our app https using self-signed certificate as your advice.

1 Like

Excellent! Glad I could help :+1:

1 Like

Thanks again @alexmayo!

Max

1 Like