You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hrm. Oddly, at least here the signalingstate is still have-remote-offer. But down in adapter it is stable and I don't see how that could change unless the signaling state is somehow magically updated in the background (which would seem like a stupid idea).
so... the signaling state changes between createAnswer here (still have-remote-offer) and setLocalDescription here inside the callback from that. That means this workaround needs to be done in https://github.com/otalk/rtcpeerconnection
Alternatively we might skip createAnswer and immediately do SLD with the current description which is what Hangouts does.
on talky we were seeing very rare errors where setLocalDescription failed without any apparent effect. Here is what happened:
Proposed solution (other than continuing to work on the green spinning vortex of processing doom) is to ignore SLD when the state is stable.
The text was updated successfully, but these errors were encountered: