pub struct AgentBuilder { /* private fields */ }Expand description
A builder for an Agent
Implementations§
Source§impl AgentBuilder
impl AgentBuilder
Sourcepub fn trickle_ice(self, trickle_ice: bool) -> Self
pub fn trickle_ice(self, trickle_ice: bool) -> Self
Whether candidates can trickle in during ICE negotiation
Sourcepub fn controlling(self, controlling: bool) -> Self
pub fn controlling(self, controlling: bool) -> Self
The initial value of the controlling attribute. During the ICE negotiation, the controlling value may change.
Trait Implementations§
Source§impl Debug for AgentBuilder
impl Debug for AgentBuilder
Source§impl Default for AgentBuilder
impl Default for AgentBuilder
Source§fn default() -> AgentBuilder
fn default() -> AgentBuilder
Returns the “default value” for a type. Read more