0

I Encountered this exception in Flutter "Unhandled Exception: Unable to RTCPeerConnection::createAnswer: Error (null)"

Anyone who face this before ? I am so new to this.

https://stackoverflow.com/questions...

Comments
  • 1
    I don't see _peerConnection being defined.

    Other than that don't connect to 0.0.0.0, connect to a direct server instead either by DNS or IP.

    If that doesn't work, maybe contact the library author ;)
  • 0
Add Comment