You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some implementations (e.g. gstreamer) seems not to propose MID RTP
header extension in their SDP. While this is quite uncommon, they can
still demux incoming traffic based on ssrc (if included in SDP by the sender)
or payload type.
This commit allows to send data without MID RTP header extension being
negotiated. To be consistent, we also don't require users of Elixir
WebRTC to use MID header extension in their SDP.
0 commit comments