All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.web.webrtc.RTCIceGatheringState Maven / Gradle / Ivy

package js.web.webrtc;

import js.extras.JsEnum;

public abstract class RTCIceGatheringState extends JsEnum {
    public static final RTCIceGatheringState NEW = JsEnum.of("new");

    public static final RTCIceGatheringState GATHERING = JsEnum.of("gathering");

    public static final RTCIceGatheringState COMPLETE = JsEnum.of("complete");

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy