Re: [webrtc-pc] setConfiguration can "unset" some configurations

If that is the intended behavior then that's fine. However note that the certificates in configuration _can_ be "unset" because `InvalidModificationError` is thrown only if `configuration.certificates` is set, and `certificates` is not a required field and have no default value in `RTCConfiguration`.

>  If configuration.certificates is set and the set of certificates differs from the ones used when connection was constructed, throw an InvalidModificationError.

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

Received on Friday, 7 July 2017 03:27:38 UTC