webrtc - XirSys - SimpleWebRTC - I get 'Could not validate application' when doing the request to iceServers -



webrtc - XirSys - SimpleWebRTC - I get 'Could not validate application' when doing the request to iceServers -

my request xirsys endpoint looks this:

$.ajax({ type: "post", datatype: "json", url: "https://api.xirsys.com/geticeservers", data: { ident: "username", secret: "secret_api_key", domain: "dummy_subdomain.domain.com", application: "default", room: "default", secure: 1 }, });

however, if username, secret , rest of info seem right xirsys dashboard, error: 'could not validate application'.

do have thought ? give thanks you.

well, tried , 200 status, unfortunately response: {"p":"/geticeservers","s":200,"d":{"iceservers":[{"url":"stun:127.0.0.1"},{"username":"free","url":"turn:127.0.0.1?transport=udp","credential":"free"},{"username":"free","url":"turn:127.0.0.1?transport=tcp","credential":"free"}]},"e":null} think default response.

what wrong ?

currently, xirsys doesn't back upwards posting of json endpoints. you'll need alter posting standard post cars work. json back upwards added soon.

regards, lee

webrtc stun turn

Comments

Popular posts from this blog

php - How to pass multiple values from url -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

database - php search bar when I press submit with nothing in the search bar it shows all the data -