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
Post a Comment