MT#55283 track explicit to-tag in rtpp-flags

Change-Id: If6856dfa7bc62f5cd6668242fc2726369c0ac465
pull/2063/head
Richard Fuchs 3 months ago
parent 54c0dc9f31
commit d6cf41dfc8

@ -371,6 +371,16 @@ void parse_rtpp_flags(const str * rtpp_flags, sdp_ng_flags *out)
goto generic;
goto next;
break;
case 6:
if (val.s && (str_eq(&key, "to-tag")
|| str_eq(&key, "to_tag")
|| str_eq(&key, "to tag")))
{
out->to_tag = val;
out->to_tag_flag = true;
goto next;
}
goto generic;
case 7:
/* transport */
if (!val.s && str_eq(&key, "RTP/AVP"))

Loading…
Cancel
Save