Tip of the Day: Activate WebRTC

Did you know you need to activate WebRTC in order for Ziggeo to support it for your system?

It's simple.

All you need to do is log in to Ziggeo, and turn on WebRTC by adding

[code lang="html"] <script> ZiggeoApi.Config.webrtc = true; </script> [/code]

to your website's header.

You can find more information about Ziggeo's support of WebRTC here.

PREV NEXT