Re: [webrtc-pc] "track" event will fire extra times if applying multiple remote offers

> It might be best to treat applying multiple descriptions in a row as having a rollback in between

If this were the intention, then why support additional offers in the "have offer" state in the first place? We could just say "this isn't allowed" and let the application do the rollback itself. Plus, I think doing this would have its own problems. The rollback would remove the previously created transceiver, and the new remote offer would create a new one, which seems counter-intuitive.

Also, when you say "fix issue #1706," do you mean "fire events on rollback" or not?

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

Received on Wednesday, 10 January 2018 18:33:18 UTC