Hi All,
my Alexa.RTCSessionController can work when I use Janus webRTC server to transfer SIP and webRTC stream. I would like to konw :
about DTLS handshake between AWS server and my webRTC peer .
Currently, I build a webRTC peer on my embedded platform. it can find ICE candidate from OFFER sdp. But when my embedded platform try to use the candidate for DTLS handshake, there is no any handshake progress, my embedded platform get handshake timeout.
my embedded platform can work with chrome webRTC peer , the DTLS handshake is workable. But it can not handshake with ECHO Show.
Does anyone have ideas?