As it's stated in our plugin description - our plugin works basing on the pretty new technology called WebRTC. For now this technology is supported only by the browsers/platforms listed here: https://en.wikipedia.org/wiki/WebRTC#Support
However, as recently Google announced, starting with version 47 Chrome does not longer support getUserMedia feature on non ssl domains. Along with Google Chrome other browsers are also going to provide access for WebRTC application to the web camera and microphone only via HTTPS.
More information about this can be found here: https://sites.google.com/...-on-insecure-origins
Basing on the information above, we had to update our plugin with some changes to make it work through HTTPS smoothly. Now it's required to configure SSL certificate on the server to use the Video Chat plugin.
If you have problems with the Video Chat plugin, first you need to perform the following steps:
- Update the Video Chat plugin to 9976 version (autoupdate should be available in the Admin Area);
- Replace the core files: ow_core/application.php and ow_core/mobile_application.php with the attached ones (these changes are already available in the Oxwall 1.8.1);
- Configure the SSL certificate (contact your hosting provider to get more information about the SSL certificate configuration);
If these steps do not solve the issue, please PM us and we will do our best to assist you.