usercode
usercode

Reputation: 309

Is it possible to access whole screen using WebRTC getusermedia and HTML5?

I am trying my hands to share my screen locally through the browser. is it possible to share screen using getusermedia or HTML5 ?

Upvotes: 2

Views: 1251

Answers (2)

Sam Dutton
Sam Dutton

Reputation: 15269

Screen sharing can be done via getUserMedia with the chrome.tabCapture API, but currently only on the Chrome Dev channel: see my answer here.

Upvotes: 1

Ken Smith
Ken Smith

Reputation: 20445

See my answer here. Effectively, the answer is "Not yet, but probably eventually, though nobody knows when."

Upvotes: 2

Related Questions