FreeSWITCH API Documentation
1.7.0
|
#include <switch_stun.h>
Data Fields | |
unsigned | padding:21 |
unsigned | code:3 |
unsigned | number:8 |
char | reason [764] |
Definition at line 146 of file switch_stun.h.
unsigned switch_stun_error_code_t::code |
Definition at line 148 of file switch_stun.h.
Referenced by handle_ice().
unsigned switch_stun_error_code_t::number |
Definition at line 149 of file switch_stun.h.
Referenced by handle_ice().
unsigned switch_stun_error_code_t::padding |
Definition at line 147 of file switch_stun.h.
char switch_stun_error_code_t::reason[764] |
Definition at line 150 of file switch_stun.h.
Referenced by handle_ice().