Skip to content

webrtcsdp: Remove fingerprint validation that doesn't make sense

The code seems to validate that the media-level fingerprint matches the fingerprint of the previous media or of the whole session. There is no such requirement in any RFC I found. The session-session one is just meant to act as a fallbak when there is no media-level fingerprint.

Cc @ystreet .. maybe you remember why this check exists in the first place?

Edited by Olivier Crête

Merge request reports