Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_ice_host_candidate Struct Reference

Structure which contains ICE host candidate mapping information. More...

Collaboration diagram for ast_ice_host_candidate:
Collaboration graph
[legend]

Data Fields

struct ast_sockaddr advertised
 
unsigned int include_local
 
struct ast_sockaddr local
 

Detailed Description

Structure which contains ICE host candidate mapping information.

Definition at line 269 of file res_rtp_asterisk.c.

Field Documentation

◆ advertised

struct ast_sockaddr advertised

Definition at line 271 of file res_rtp_asterisk.c.

Referenced by rtp_add_candidates_to_ice(), and rtp_reload().

◆ include_local

unsigned int include_local

Definition at line 272 of file res_rtp_asterisk.c.

Referenced by rtp_add_candidates_to_ice(), and rtp_reload().

◆ local

struct ast_sockaddr local

Definition at line 270 of file res_rtp_asterisk.c.

Referenced by rtp_add_candidates_to_ice(), and rtp_reload().


The documentation for this struct was generated from the following file: