Microsoft supporting ORTC or WebRTC?

1.1k views Asked by At

After reading multiple articles, I am left confused whether Microsoft will follow WebRTC standard or
will follow its cu-rtc successor O-RTC ?

Also Opera states its support for WebRTC for versions 18+,
but i do not see support for getUsermedia->chooseMediaDesktop for screen sharing.

Similarly, does the Microsoft's ORTC standard support screen sharing? Or we wait until it supports WebRTC?

I tried CU-RTC prototype and ORTC prototypes on IE, and both are regarding to peer to peer communication.

I need to create Opera/IE plugins to allow screen sharing on web page. No other way seems to be there other than the WebRTC standard getUserMedia -> chooseDesktopMedia But the same is not supported in Opera, IE and Safari(Mac)

2

There are 2 answers

0
Joe Healy On BEST ANSWER

As of Sept 18 Microsoft Edge (Spartan) is now supporting ORTC. Links and such are below.

BLOGS - http://blogs.windows.com/msedgedev/2015/09/18/ortc-api-is-now-available-in-microsoft-edge/

DEMOS on Edge Test Drive - http://dev.modern.ie/testdrive/demos/ortcdemo/ for Edge-to-Edge video calls

Open Source projects for WebRTC-ORTC interop - https://webrtchacks.com/first-steps-ortc/ - blog post and open source project by &yet

Hope this helps. Healy in Tampa

0
user3842647 On

according to this article Microsoft will be supporting both ORTC and WebRTC through getusermedia in Win10 and the Spartan browser. This is probably a long time coming so if your planning on building an app that needs to run on IE you'll need a plugin.

ORTC as of the last I looked it over isn't very well documented in comparison to WebRTC and is still in pretty experimental stages. SIPML5 has an IE plugin already created but if the standards change you'll have to wait for them to update the plugin to correct possible bugs. If possible use Firefox or chrome even on mobile.