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

murillo128 - Chrome is multi-process. Tabs usually have their own process. Some sensitive, private APIs (which are open source, btw - see https://cs.chromium.org/chromium/src/chrome/browser/extensions/api/webrtc_logging_private/) are accessible, but live on their own process, for added security. So the JS code lives in one process, but is trying to communicate "I mean this PC" to another.

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

Received on Monday, 19 February 2018 17:12:14 UTC