Re: [webkit-dev] WebRTC in WebKit

2015-01-29 Thread Adam Bergkvist
Hi Benjamin Thanks for you feedback. Please see answers inline. On 28/01/15 20:14, Benjamin Poulain wrote: Getting WebRTC working on WebKitGTK sounds awesome. I am a little concerned with the use of an abstraction layer as a backend. I am afraid this could lead to weird abstractions.

Re: [webkit-dev] WebRTC in WebKit

2015-01-28 Thread Benjamin Poulain
Getting WebRTC working on WebKitGTK sounds awesome. I am a little concerned with the use of an abstraction layer as a backend. I am afraid this could lead to weird abstractions. Typically in WebKit we try to have baseline code in C++ that handles everything that can be shared between ports,