Re: [webrtc-pc] createAnswer does not guard against invalid remoteDescription or signaling state

I see two statements here:
 1. `createAnswer` needs `remoteDescription` to be an offer in order to do its job.
 2. `createAnswer` is useless outside of `"have-remote-offer"` and `"have-local-pranswer"` states.

(1) seems true, uncontroversial, and without compatibility issues.
(2) might be true, I don't know.

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

Received on Wednesday, 23 August 2017 18:13:39 UTC