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