|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
ICE gathering configuration. More...
#include <lib/network/webrtc/ice.h>
Data Fields | |
| const char * | ufrag |
| Username fragment for ICE (from offer) | |
| const char * | pwd |
| Password for ICE (from offer) | |
| ice_send_candidate_callback_t | send_callback |
| Called for each gathered candidate. | |
| void * | user_data |
| Passed to callback. | |
| const char* ice_config_t::pwd |
Password for ICE (from offer)
Definition at line 159 of file ice.h.
Referenced by ice_gather_candidates().
| ice_send_candidate_callback_t ice_config_t::send_callback |
Called for each gathered candidate.
Definition at line 160 of file ice.h.
Referenced by ice_gather_candidates().
| const char* ice_config_t::ufrag |
Username fragment for ICE (from offer)
Definition at line 158 of file ice.h.
Referenced by ice_gather_candidates().