sharbtn.onclick = startSharing();
function startSharing() {
var session = Flashphoner.getSessions()[0];
var constraints = {
video: {}
};
constraints.video.type = "screen";
constraints.video.withoutExtension = true;
session.createStream({
name:"desktop"...