FreeCalypso > hg > themwi-rtp-lib
comparison src/rtcp_tx.c @ 34:fc77c3482084
add function for sending RTCP RR
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 09 Jul 2024 01:00:27 +0000 |
parents | aa97e77e7de6 |
children |
comparison
equal
deleted
inserted
replaced
33:e70e7b266f89 | 34:fc77c3482084 |
---|---|
133 return rc; | 133 return rc; |
134 } | 134 } |
135 endp->stats.tx_rtcp_pkt++; | 135 endp->stats.tx_rtcp_pkt++; |
136 return 0; | 136 return 0; |
137 } | 137 } |
138 | |
139 int twrtp_endp_send_rtcp_rr(struct twrtp_endp *endp) | |
140 { | |
141 return _twrtp_endp_send_rtcp(endp, false, NULL, 0); | |
142 } |