#[repr(C)]pub struct AgentGatheringComplete {
pub stream_id: usize,
pub component_id: usize,
}Expand description
A Component has completed gathering.
Fields§
§stream_id: usizeThe ICE stream id.
component_id: usizeThe ICE component id.
#[repr(C)]pub struct AgentGatheringComplete {
pub stream_id: usize,
pub component_id: usize,
}A Component has completed gathering.
stream_id: usizeThe ICE stream id.
component_id: usizeThe ICE component id.