Struct webrtc_ice::candidate::candidate_server_reflexive::CandidateServerReflexiveConfig
source · [−]pub struct CandidateServerReflexiveConfig {
pub base_config: CandidateBaseConfig,
pub rel_addr: String,
pub rel_port: u16,
}
Expand description
The config required to create a new CandidateServerReflexive
.
Fields
base_config: CandidateBaseConfig
rel_addr: String
rel_port: u16
Implementations
Creates a new server reflective candidate.
Trait Implementations
Returns the “default value” for a type. Read more