Asterisk - The Open Source Telephony Project
18.5.0
|
Structure which contains ICE host candidate mapping information. More...
Data Fields | |
struct ast_sockaddr | advertised |
unsigned int | include_local |
struct ast_sockaddr | local |
Structure which contains ICE host candidate mapping information.
Definition at line 269 of file res_rtp_asterisk.c.
struct ast_sockaddr advertised |
Definition at line 271 of file res_rtp_asterisk.c.
Referenced by rtp_add_candidates_to_ice(), and rtp_reload().
unsigned int include_local |
Definition at line 272 of file res_rtp_asterisk.c.
Referenced by rtp_add_candidates_to_ice(), and rtp_reload().
struct ast_sockaddr local |
Definition at line 270 of file res_rtp_asterisk.c.
Referenced by rtp_add_candidates_to_ice(), and rtp_reload().