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

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

// Automatically generated - do not modify!

package webrtc

import js.core.ReadonlyArray

sealed external interface RTCRtpSendParameters :
    RTCRtpParameters {
    var degradationPreference: RTCDegradationPreference?
    var encodings: ReadonlyArray
    var transactionId: String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy