Open
Description
In the onRenegotiationNeeded
I createOffer
and setLocalDescription
then send it to signaling server, on the remote peer, I call setRemoteDescription
the createAnswer
and call setLocalDescription
with answer
After calling setLocalDescription
I get the error
Failed to set remote answer sdp: Called in wrong state: stable
What's wrong in my code?
I do exactly same in javascript in web client, it works and I have no error, It may be a but in flutter-webrtc , I am using latest version