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

chrome uses pid and rid internally in webrtc-internals, see [here](https://codesearch.chromium.org/chromium/src/content/browser/resources/media/webrtc_internals.js?sq=package:chromium&dr&l=306)

I would like to have a pc identifier so that in createOffer or similar I can do a console.log(this.id, 'createOffer'). However, standardising this when it is [trivial to achieve in JS](https://github.com/opentok/rtcstats/blob/master/rtcstats.js#L126)... 

(and I'm glad we agree to keep SDP out of this :-))

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

Received on Monday, 19 February 2018 17:01:59 UTC