An open source HTML5 SIP (Session Initiation Protocol) client entirely written in javascript for integration in social networks (FaceBook, Twitter, Google+), online games, e-commerce sites.
var video = document.querySelector("video"); var constraints = {audio: false, video: true}; navigator.getUserMedia = navigator.getUserMedia || navigator.webkitGetUserMedia || navigator.mozGetUserMedia; function …
javascript webrtc sipmlI want to change from a audio/video stream to a "screensharing" stream: peerConnection.removeStream(streamA) // __o_j_sep... in …
javascript google-chrome webrtc sipml