rails-video-chat-app
rails-video-chat-app copied to clipboard
Question about GET_XIRSYS_ICE
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.
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

Scroll down a little bit to the Quick connect example

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 :)