I am implementing a java gateway for the compatibility between webrtc and sip. I have done sdp exchange part. But now i am stuck in media part. So far i assume that i need to implement dtls-srtp handshake and then the encryption, decryption part. So can anyone please suggest any java library for
- DTLS handshake
- SRTP <--> RTP conversion
Or specific way to do this.
Edit: I am using JsSIP for webrtc to sip end. And Pangolin for sip client.