rails-video-chat-app icon indicating copy to clipboard operation
rails-video-chat-app copied to clipboard

Question about GET_XIRSYS_ICE

Open victorhazbun opened this issue 7 years ago • 1 comments

What should I put inside this GET_XIRSYS_ICE ?

Can you please provide a fake example?

https://github.com/jeanpaulsio/rails-video-chat-app/blob/7b999a6c21b0638a23af418c7cc7d7495f92a247/app/services/fetch_ice_servers.rb#L15

Thanks.

victorhazbun avatar Mar 21 '18 07:03 victorhazbun

Sure thing!

I'm using Xirsys - You can sign up for a free account: https://global.xirsys.net/dashboard/signup

Once you're logged in, you'll be on the main Services tab

Go ahead and create a new app

image

Scroll down a little bit to the Quick connect example

image

Grab that link and store it in your environment variable

So my application.yml looks something like this:

GET_XIRSYS_ICE: "https://jeanpaulsio:[email protected]/_turn/example"

Hope this helps! Let me know if you have any more questions. I'm in the process of re-writing the Readme for the Signaling server repo. Hoping to make it into a ruby gem soon :)

jeanpaulsio avatar Mar 21 '18 17:03 jeanpaulsio