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

jsMain.webrtc.RTCStats.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package webrtc

import js.core.HighResTimeStamp

sealed external interface RTCStats {
    var id: String
    var timestamp: HighResTimeStamp
    var type: RTCStatsType
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy