Closed joshelson closed 8 years ago
`
<artifactId>java-sdp-nist-bridge</artifactId>
</dependency>`
to
`
<artifactId>java-sdp-nist-bridge</artifactId>
<version>1.2</version>
</dependency>`
Thanks @Itshark it resolved my problem too (calling issues with freeswitch).
I have seen a new issue attempting outbound calls from Meet after the latest upgrade. We are now seeing the SDP o= header sent on invite as:
o=username-jitsi.org 0 0 IN null null
We would generally expect to see a session ID and IP information added to this.