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

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

package js.web.webrtc;

import js.lang.Unknown;
import js.util.collections.ReadonlyStringMap;
import org.teavm.jso.JSBody;


public interface RTCStatsReport extends ReadonlyStringMap {
    @JSBody(script = "return RTCStatsReport.prototype")
    static RTCStatsReport prototype() {
        throw new UnsupportedOperationException("Available only in JavaScript");
    }

    @JSBody(script = "return new RTCStatsReport()")
    static RTCStatsReport create() {
        throw new UnsupportedOperationException("Available only in JavaScript");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy