Skip to content

Commit

Permalink
Keep extra whitespace in legacy simulcast rid SDP line
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero authored and PauKerr committed Nov 11, 2020
1 parent fd173ad commit 229eb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ char *janus_sdp_merge(void *ice_handle, janus_sdp *anon, gboolean offer) {
}
}
if(stream->legacy_rid) {
a = janus_sdp_attribute_create("simulcast", "recv rid=%s", rids);
a = janus_sdp_attribute_create("simulcast", " recv rid=%s", rids);
} else {
a = janus_sdp_attribute_create("simulcast", "recv %s", rids);
}
Expand Down

0 comments on commit 229eb97

Please sign in to comment.