comparison include/endp.h @ 34:fc77c3482084

add function for sending RTCP RR
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 09 Jul 2024 01:00:27 +0000
parents e70e7b266f89
children c0ce22777694
comparison
equal deleted inserted replaced
33:e70e7b266f89 34:fc77c3482084
95 void twrtp_endp_tx_skip(struct twrtp_endp *endp); 95 void twrtp_endp_tx_skip(struct twrtp_endp *endp);
96 96
97 int twrtp_endp_set_sdes(struct twrtp_endp *endp, const char *cname, 97 int twrtp_endp_set_sdes(struct twrtp_endp *endp, const char *cname,
98 const char *name, const char *email, const char *phone, 98 const char *name, const char *email, const char *phone,
99 const char *loc, const char *tool, const char *note); 99 const char *loc, const char *tool, const char *note);
100 int twrtp_endp_send_rtcp_rr(struct twrtp_endp *endp);