Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Roughly following https://blog.mozilla.org/webrtc/perfect-negotiation-in-webrtc/ but using @negotiationInProcess instead of @peerConnection.signalingState to make the process a bit more readable/understandable. Disadvantage: Rollbacks are quite new (half a year in chrome, bit more in Firefox). But: Races should be rare and all other solutions would require a protocol change and would make the process slower.
- Loading branch information