Re: [webrtc-pc] Performing rollback via the other set*Description

Given rollback is one of the way to recover from an some errors, my preference is pretty much no matter what state you are in, and no matter which set* got called, exactly the same things happens which is you roll back to last stable state. If you are in a stable state, then it just stays at that same stable state. What I am trying to avoid is needing error handling for my error handling code. It would be really nice if doing a rollback did not cause an error. That would make is easy to use for when a error happened and it would just move you back to basically last known good  state. From an implementation point of view in the browsers, I don't think this changes very much what needs to be implemented. 

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

Received on Friday, 28 July 2017 16:11:49 UTC