Struct webrtc_ice::candidate::candidate_host::CandidateHostConfig [−][src]
pub struct CandidateHostConfig { pub base_config: CandidateBaseConfig, pub tcp_type: TcpType, }
Expand description
The config required to create a new CandidateHost
.
Fields
base_config: CandidateBaseConfig
tcp_type: TcpType
Implementations
Creates a new host candidate.
Trait Implementations
Returns the “default value” for a type. Read more