Temasys / getaroom

Simple WebRTC audio/video conferencing demo using SkylinkJS and React.
http://getaroom.io
171 stars 91 forks source link

Deploying via S3 #25

Closed waltermvp closed 6 years ago

waltermvp commented 6 years ago

First and foremost great example, thank you.

I have deployed a staging version of the react site to a S3 bucket, and it seems to be working fine with the exception of getting the video and audio started. The deployed instance (on S3) is able to connect to a room successfully, however I never get the video/audio permission request and the following UI.

screen shot 2018-02-05 at 12 22 19 pm

Can this be because I don't have SSL fully configured?

alsmyr commented 6 years ago

You need to serve the client over https in order to get the streams

waltermvp commented 6 years ago

thank you very much. I'll add SSL and test