IceGatheringState

Type Alias IceGatheringState 

Source
pub type IceGatheringState = RtcIceGatheringState;

Aliased Type§

pub enum IceGatheringState {
    New = 0,
    Gathering = 1,
    Complete = 2,
}

Variants§

§

New = 0

§

Gathering = 1

§

Complete = 2