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