FreeSWITCH API Documentation
1.7.0
|
#include <switch_rtp.h>
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 |
Definition at line 103 of file switch_rtp.h.
int ice_s::cand_idx[2] |
Definition at line 106 of file switch_rtp.h.
Referenced by check_ice(), clear_ice(), and handle_ice().
Definition at line 105 of file switch_rtp.h.
Referenced by check_ice(), gen_ice(), generate_m(), handle_ice(), ice_out(), switch_core_media_activate_rtp(), switch_core_media_gen_local_sdp(), switch_core_session_stop_media(), switch_rtp_activate_ice(), and switch_rtp_change_ice_dest().
int ice_s::chosen[2] |
Definition at line 107 of file switch_rtp.h.
Referenced by check_ice(), clear_ice(), handle_ice(), ice_out(), switch_core_media_activate_rtp(), switch_core_session_stop_media(), switch_rtp_activate_ice(), and switch_rtp_change_ice_dest().
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 |
Definition at line 110 of file switch_rtp.h.
Referenced by check_ice(), gen_ice(), generate_m(), switch_core_media_activate_rtp(), switch_core_media_gen_local_sdp(), and switch_core_session_stop_media().
char* ice_s::ufrag |
Definition at line 109 of file switch_rtp.h.
Referenced by check_ice(), gen_ice(), generate_m(), switch_core_media_activate_rtp(), switch_core_media_gen_local_sdp(), and switch_core_session_stop_media().