remove hack for chrome we don't need anymore

This commit is contained in:
Anthony Minessale 2017-11-21 17:18:04 -06:00 committed by Muteesa Fred
parent 892181bbc2
commit 2e1f828363
1 changed files with 3 additions and 3 deletions

View File

@ -6493,9 +6493,9 @@ static switch_status_t process_rtcp_report(switch_rtp_t *rtp_session, rtcp_msg_t
double rtt_now = 0;
int rtt_increase = 0, packet_loss_increase=0;
if (msg->header.type == _RTCP_PT_SR && rtp_session->ice.ice_user) {
rtp_session->send_rr = 1;
}
//if (msg->header.type == _RTCP_PT_SR && rtp_session->ice.ice_user) {
// rtp_session->send_rr = 1;
//}
now = switch_micro_time_now(); /* number of microseconds since 00:00:00 january 1, 1970 UTC */
sec = (uint32_t)(now/1000000); /* converted to second (NTP most significant bits) */