EricssonResearch / bowser

A WebRTC browser for iOS developed in the open
BSD 2-Clause "Simplified" License
208 stars 65 forks source link

error with existing webrtc app #50

Closed joergbirkhold closed 8 years ago

joergbirkhold commented 8 years ago

The app is built with easyrtc and running well in chrome and ff. but when i try to connect with bowser i get the following error: set-remote-description: Failed to set remote offer sdp: Called with SDP without DTLS fingerprint.

superdump commented 8 years ago

I think it is a side effect of https://github.com/EricssonResearch/openwebrtc/issues/62 which are working to fix. There is a pull request for the fingerprint part that is up for review: https://github.com/EricssonResearch/openwebrtc/pull/427 .

I'm going to close this as the issue should be tracked in the main OpenWebRTC repository as noted above.