- Joined
- Mar 31, 2015
- Messages
- 45
- Reaction score
- 8
Just in case anyone else was having this problem.
If you start the webclient and go to the webmeeting option in Chrome then it will not detect your web cam using the default settings.
This is because the default webclient is on an HTTP address (port 5000) and so Chrome blocks access to the api call to getUserMedia(). As the web meeting is run in an iframe with this insecure wrapper it will not work. You either need to use the webclient on a secure port using https (e.g. 5001) or just use the normal external webmeeting link (which is wrapped in the iframe anyway).
Technical information: https://goo.gl/rStTGz
If you start the webclient and go to the webmeeting option in Chrome then it will not detect your web cam using the default settings.
This is because the default webclient is on an HTTP address (port 5000) and so Chrome blocks access to the api call to getUserMedia(). As the web meeting is run in an iframe with this insecure wrapper it will not work. You either need to use the webclient on a secure port using https (e.g. 5001) or just use the normal external webmeeting link (which is wrapped in the iframe anyway).
Technical information: https://goo.gl/rStTGz