Does anyone knows a walkaround, ideea or solution for the following webrtc sdp exchange issues. (I'm using an async messaging service to send my sdp candidates from A<->B.)
In the same time : A <- OFFER -> B (both are creating and send its own sdp(offer) to the other peer).
The problem is that after the sdp arrives to the destination it can't be setted (in order to create an answer) because the destination will be in state "khavelocaloffer" (which waits for an answer).