#[repr(C)]pub struct AgentComponentStateChange {
pub stream_id: usize,
pub component_id: usize,
pub state: ComponentConnectionState,
}Expand description
A Component has changed state.
Fields§
§stream_id: usizeThe ICE stream id.
component_id: usizeThe ICE component id.
state: ComponentConnectionStateThe new state of the component.