Skip to content

webrtcbin: Allow session level setup attribute in SDP

An SDP answer can declare its setup attribute at the session level or at the media level. Until this patch we were validating only the latter case and an assert was raised in the former case.

Merge request reports