
main.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