Type Alias IceGatheringState

Source
pub type IceGatheringState = RtcIceGatheringState;

Aliased Type§

#[repr(u32)]
pub enum IceGatheringState { New = 0, Gathering = 1, Complete = 2, }

Variants§

§

New = 0

§

Gathering = 1

§

Complete = 2