Re: [webrtc-pc] RTCPeerConnection lacks identity marker beyond current process

murillo128, the renderer process of Chrome is where the JS code lives. But we need to perform some peer-connection-related work on a different process. So we need a way to tell another process "perform X on peer connection Y." The part where we'd be able to says "on peer connection Y" is the problematic part.

-- 
GitHub Notification of comment by eladalon1983
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1775#issuecomment-366751014 using your GitHub account

Received on Monday, 19 February 2018 16:59:48 UTC