FreeSWITCH API Documentation  1.7.0
Data Fields
ice_s Struct Reference

#include <switch_rtp.h>

+ Collaboration diagram for ice_s:

Data Fields

icand_t cands [MAX_CAND][2]
 
int cand_idx [2]
 
int chosen [2]
 
int is_chosen [2]
 
char * ufrag
 
char * pwd
 
char * options
 

Detailed Description

Definition at line 103 of file switch_rtp.h.

Field Documentation

int ice_s::cand_idx[2]

Definition at line 106 of file switch_rtp.h.

Referenced by check_ice(), clear_ice(), and handle_ice().

icand_t ice_s::cands[MAX_CAND][2]
int ice_s::chosen[2]
int ice_s::is_chosen[2]

Definition at line 108 of file switch_rtp.h.

Referenced by check_ice(), and clear_ice().

char* ice_s::options

Definition at line 111 of file switch_rtp.h.

Referenced by check_ice().

char* ice_s::pwd
char* ice_s::ufrag

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