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

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

package js.web.webrtc;

import js.extras.JsEnum;

public abstract class RTCIceGatherPolicy extends JsEnum {
    public static final RTCIceGatherPolicy ALL = JsEnum.of("all");

    public static final RTCIceGatherPolicy NO_HOST = JsEnum.of("nohost");

    public static final RTCIceGatherPolicy RELAY = JsEnum.of("relay");

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy