wcs-3195

  1. prateek_sharma

    Reference Error :browser is not defined

    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"...
Top