Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
ast_rtp_engine_ice_candidate Struct Reference

Structure for an ICE candidate. More...

#include <rtp_engine.h>

Collaboration diagram for ast_rtp_engine_ice_candidate:
Collaboration graph
[legend]

Data Fields

struct ast_sockaddr address
 
char * foundation
 
enum ast_rtp_ice_component_type id
 
int priority
 
struct ast_sockaddr relay_address
 
char * transport
 
enum ast_rtp_ice_candidate_type type
 

Detailed Description

Structure for an ICE candidate.

Definition at line 520 of file rtp_engine.h.

Field Documentation

◆ address

◆ foundation

char* foundation

◆ id

◆ priority

int priority

Priority which is used if multiple candidates can be used

Definition at line 524 of file rtp_engine.h.

Referenced by add_ice_to_stream(), jingle_add_ice_udp_candidates_to_transport(), jingle_interpret_ice_udp_transport(), and process_ice_attributes().

◆ relay_address

struct ast_sockaddr relay_address

Relay address for the candidate

Definition at line 526 of file rtp_engine.h.

Referenced by add_ice_to_stream(), and process_ice_attributes().

◆ transport

char* transport

◆ type


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