Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set transport value using socket via_transport #449

Merged

Conversation

Volsavr
Copy link
Contributor

@Volsavr Volsavr commented Jul 2, 2024

Seems we found an issue in case of using WSS transport. In that case 'Contact' header contains 'ws' value instead of 'wss'.
Contact: <sip:[email protected];transport=WS;ob>

It leads to call issue: 'Failed to set remote offer sdp: Called with SDP without DTLS fingerprint'

We suppose it is regression after implementation TransportType. Previously transport initialized using socket via_transport value ( ws | wss, depends on transport ). Currently it initializes using just TransportType enum value (ws, tcp), which does not cover the wss usage scenario.

024d0e8#diff-28c3dd474c00b015a64df65906a721293e92dba454e56886f0cb3de9701baf96L856-L861

@cloudwebrtc cloudwebrtc merged commit 0a99bdd into flutter-webrtc:master Jul 24, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants