RTS API Documentation  1.10.11
Data Fields
icand_s Struct Reference

#include <switch_rtp.h>

+ Collaboration diagram for icand_s:

Data Fields

char * foundation
 
int component_id
 
char * transport
 
uint32_t priority
 
char * con_addr
 
switch_port_t con_port
 
char * cand_type
 
char * raddr
 
switch_port_t rport
 
char * generation
 
uint8_t ready
 
uint8_t responsive
 
uint8_t use_candidate
 

Detailed Description

Definition at line 94 of file switch_rtp.h.

Field Documentation

◆ cand_type

char* icand_s::cand_type

Definition at line 101 of file switch_rtp.h.

Referenced by check_ice(), and handle_ice().

◆ component_id

int icand_s::component_id

Definition at line 96 of file switch_rtp.h.

Referenced by check_ice(), gen_ice(), and switch_core_session_stop_media().

◆ con_addr

char* icand_s::con_addr

◆ con_port

switch_port_t icand_s::con_port

◆ foundation

char* icand_s::foundation

Definition at line 95 of file switch_rtp.h.

Referenced by check_ice(), gen_ice(), and switch_core_session_stop_media().

◆ generation

char* icand_s::generation

Definition at line 104 of file switch_rtp.h.

Referenced by check_ice(), and gen_ice().

◆ priority

uint32_t icand_s::priority

Definition at line 98 of file switch_rtp.h.

Referenced by check_ice(), gen_ice(), handle_ice(), and ice_out().

◆ raddr

char* icand_s::raddr

Definition at line 102 of file switch_rtp.h.

Referenced by check_ice().

◆ ready

uint8_t icand_s::ready

◆ responsive

uint8_t icand_s::responsive

Definition at line 106 of file switch_rtp.h.

Referenced by handle_ice().

◆ rport

switch_port_t icand_s::rport

Definition at line 103 of file switch_rtp.h.

Referenced by check_ice().

◆ transport

char* icand_s::transport

Definition at line 97 of file switch_rtp.h.

Referenced by check_ice(), gen_ice(), generate_m(), and switch_core_media_gen_local_sdp().

◆ use_candidate

uint8_t icand_s::use_candidate

Definition at line 107 of file switch_rtp.h.

Referenced by handle_ice().


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