Skip to content

Commit

Permalink
Reject a=extmap-allow-mixed in SDP, when offered
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Jan 27, 2021
1 parent 257eb80 commit 5e685e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,7 @@ int janus_sdp_anonymize(janus_sdp *anon) {
|| !strcasecmp(a->name, "fingerprint")
|| !strcasecmp(a->name, "group")
|| !strcasecmp(a->name, "msid-semantic")
|| !strcasecmp(a->name, "extmap-allow-mixed")
|| !strcasecmp(a->name, "rtcp-rsize")) {
anon->attributes = g_list_remove(anon->attributes, a);
temp = anon->attributes;
Expand Down

0 comments on commit 5e685e3

Please sign in to comment.