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

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

// Automatically generated - do not modify!

package webrtc

sealed external interface RTCRtpHeaderExtensionParameters {
    var encrypted: Boolean?
    var id: Number
    var uri: String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy