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

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

package js.web.webrtc;

import js.extras.JsEnum;

public abstract class RTCIceComponent extends JsEnum {
    public static final RTCIceComponent RTP = JsEnum.of("rtp");

    public static final RTCIceComponent RTCP = JsEnum.of("rtcp");

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy