Skip to content

Commit

Permalink
Restored #2089 behaviour for RTCP Report Blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Jun 17, 2020
1 parent d7ddf89 commit 926fad1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ice.c
Original file line number Diff line number Diff line change
Expand Up @@ -2743,6 +2743,9 @@ static void janus_ice_cb_nice_recv(NiceAgent *agent, guint stream_id, guint comp
return;
}
}
if(janus_flags_is_set(&handle->webrtc_flags, JANUS_ICE_HANDLE_WEBRTC_RFC4588_RTX)) {
janus_rtcp_swap_report_blocks(buf, buflen, medium->ssrc_rtx);
}
video = (medium->type == JANUS_MEDIA_VIDEO);
/* If this is video, check if this is simulcast */
if(video) {
Expand Down

0 comments on commit 926fad1

Please sign in to comment.