Rocket.Chat has been deployed on an AWS EC2 instance. Jitsi Video Conferencing has been incorporated into Rocket.Chat. Iframe does not support video conferencing.
Version of Rocket.Chat Server: 3.14.2
Operating System: Ubuntu
Deployment Method: AWS
Number of Running Instances: 1
DB Replicaset Oplog: Enabled
NodeJS Version: v12.18.4
MongoDB Version: 4.0.24 / mmapv1 (oplog Enabled)
Proxy: nginx
Firewalls involved:
Any additional Information
Hi!
Please, try to always update to the latest version.
I found a thread here on Forums (Anyone get video conferencing to work inside an iFrame? ) that points to a issue at our docs:
opened 02:59AM - 12 Jun 19 UTC
For instance, to allow geolocation, camera, and microphone on iframe an `allow` … attribute must be added:
```html
<iframe src="https://open.rocket.chat/" allow="geolocation; microphone; camera"></iframe>
```
have you tried that as a solution?
Yes, I checked out the link you provided. It hasn’t worked for me, though.
Need to check with updated version. We will try that. Can please share me how can upgrade the version.