Results 3 comments of Federico

As has already been said, a `save`/`update` method leak into the domain the fact that there's some kind of persistence storage under the hood. After all, [Repositories are just Collections](http://wouterj.nl/2016/12/repositories-are-just-collections/)....

You may need to set RTCPeerConnection's `sdpSemantics` to `plan-b`. Chance is that on browser you are using the default `unified-plan`, while using `plan-b` on native.

This seems a good way to solve problems like https://github.com/redux-saga/redux-saga/issues/907 https://github.com/redux-saga/redux-saga/issues/1842 and more In combination with the react's context api, it would give you a lot more options before you...