Closed ironpotter closed 3 years ago
Your asterisk sends sdp and is not compatible with webrtc, because webrtc must be SAVPF, that is, dtls-srtp, rtcp-fb, ice, etc. must be enabled.
Your asterisk sends sdp and is not compatible with webrtc, because webrtc must be SAVPF, that is, dtls-srtp, rtcp-fb, ice, etc. must be enabled.
how can I enable this on asterisk?
Describe the bug After receiving the phone call and answer, the call been ended with errors:
WEBRTC_SET_REMOTE_DESCRIPTION_ERROR: Failed to set remote offer sdp: Called with SDP without DTLS fingerprint.
Level.debug sip_ua_helper.dart:199 ::: call failed with cause: Code: [488], Cause: WebRTC Error, Reason: SetRemoteDescription(offer) failed
Level.error rtc_session.dart:633 ::: emit "peerconnection:setremotedescriptionfailed" [error:Unable to RTCPeerConnection::setRemoteDescription: peerConnectionSetRemoteDescription(): WEBRTC_SET_REMOTE_DESCRIPTION_ERROR: Failed to set remote offer sdp: Called with SDP without DTLS fingerprint.]
Full log
System Infomation() Flutter SDK Version: Flutter 1.23.0-18.1.pre Target OS and Version: Web chrome Host OS and Version: Android 10
Thanks in advance.