Incompatible SDP - FireRTC Error

Im trying to prank some numbers in FIreRTC but it gives me this error : INCOMPATIBLE SDP.

Any solution?

@AnonyMouse#8220 Chances are that it’s a NAT traversal issue when sending the media once the call is setup. It’s a relatively infrequent issue with RTC but occasionally happens. Try on a different network, you can also run “ipconfig /flushdns” in CMD on Windows, that may or may not work depending on your network.

Im using Linux :frowning:

@AnonyMouse#8222 sudo /etc/init.d/nscd restart && service nscd restart