ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
ice_config_t Struct Reference

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.
 

Detailed Description

ICE gathering configuration.

Definition at line 157 of file ice.h.

Field Documentation

◆ pwd

const char* ice_config_t::pwd

Password for ICE (from offer)

Definition at line 159 of file ice.h.

Referenced by ice_gather_candidates().

◆ send_callback

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().

◆ ufrag

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().

◆ user_data

void* ice_config_t::user_data

Passed to callback.

Definition at line 161 of file ice.h.


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