Re: [webrtc-pc] createOffer(): Built-in certificate behavior

Yes, but it makes the following assumption invalid:
```
var pc = new RTCPeerConnection(someConfiguration);
var config = pc.getConfiguration();
// someConfiguration deep equals config
```
which would also be violated if getConfiguration were to return the generated certificates.

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

Received on Friday, 2 June 2017 18:24:40 UTC