7 ms·
so whats the difference between the two? its the first time i hear about object RTC.
by alfet 12y ago
so whats the difference between the two? its the first time i hear about object RTC.
- elisee 12y agoMicrosoft had a competing proposal to WebRTC called CU-RTC-Web which, as far as I understand it, proposed to get rid of the Session Description Protocol (which is text-based and thus difficult to parse/edit) and provide lower-level APIs instead (details here: http://www.tokbox.com/blog/what-the-cu-rtc-web-vs-webrtc-debate-means-for-developers/ http://www.tokbox.com/blog/what-the-cu-rtc-web-vs-webrtc-deb...). I've just started reading up on ObjectRTC but I believe it plans to offer an API to replace SDP too and Microsoft has moved to it since it's similar to their CU-RTC-Web proposal. All in all, it looks like this will delay the adoption of WebRTC everywhere but will be for the best in terms of API and developer experience in the end.
- amaks 12y ago"Lowe level API instead" suspiciously sounds like a lock in tactic for a platform specific stuff (read Windows).
- orf 12y agoNo it doesnt
- fishy929 12y ago> which is text-based and thus difficult to parse/edit That's not what I normally conclude when I think "text-based."
- tkmcc 12y agoI think he means programmatically :).
- deleted 12y ago[deleted]
- nairteashop 12y agoIt's a nicer javascript object based API for interacting with WebRTC. WebRTC by default uses an SDP offer/answer based approach. Here is a more detailed rationale for this API: http://tools.ietf.org/id/draft-raymond-rtcweb-webrtc-js-obj-api-rationale-01.txt http://tools.ietf.org/id/draft-raymond-rtcweb-webrtc-js-obj-...