RTS API Documentation  1.10.11
Data Fields
ice_s Struct Reference

#include <switch_rtp.h>

+ Collaboration diagram for ice_s:

Data Fields

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

Detailed Description

Definition at line 112 of file switch_rtp.h.

Field Documentation

◆ cand_idx

int ice_s::cand_idx[MAX_CAND_IDX_COUNT]

Definition at line 115 of file switch_rtp.h.

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

◆ cands

◆ chosen

int ice_s::chosen[MAX_CAND_IDX_COUNT]

◆ is_chosen

int ice_s::is_chosen[MAX_CAND_IDX_COUNT]

Definition at line 117 of file switch_rtp.h.

Referenced by check_ice(), and clear_ice().

◆ options

char* ice_s::options

Definition at line 120 of file switch_rtp.h.

Referenced by check_ice().

◆ pwd

char* ice_s::pwd

◆ ufrag

char* ice_s::ufrag

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