javascript - Connecting from a local web application to Google's apprtc.appspot.com. Possible? -
i've tried connect apprtc.appspot.com web application on localhost , couldn't because apprtc.appspot.com prohibited making ajax calls because of same origin policy. however, maybe me did wrong.
the question is: there way connect web application running locally apprtc.appspot.com?
probably not:
it seems apprtc.appspot.com not support cross-origin resource sharing, there should no way can make ajax calls web front end apprtc's end.
there webrtc frameworks web socket-based , allow connecting end front ends hosted other servers, e.g. easyrtc. however, apprtc.appspot.com not purely web socket-based, seems part of signalling via http.
there providers of webrtc infrastructure-as-a-service, can use purpose, e.g. telefonixa's tokbox
Comments
Post a Comment