Skip to content

Commit

Permalink
Debug meetecho#5
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrayevRamil committed Aug 7, 2023
1 parent 90eee86 commit 4982908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ice.c
Expand Up @@ -4777,7 +4777,7 @@ static gboolean janus_ice_outgoing_traffic_handle(janus_ice_handle *handle, janu
}
} else {
/* Prune/update/set RTP extensions */
janus_ice_rtp_extension_update(handle, medium, pkt);
//janus_ice_rtp_extension_update(handle, medium, pkt);
/* Overwrite SSRC */
janus_rtp_header *header = (janus_rtp_header *)pkt->data;
if(!pkt->retransmission) {
Expand Down

0 comments on commit 4982908

Please sign in to comment.