
main.webrtc.RTCRtpReceiver.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package webrtc
import js.core.ReadonlyArray
import media.streams.MediaStreamTrack
import kotlin.js.Promise
sealed external class RTCRtpReceiver {
val track: MediaStreamTrack
val transport: RTCDtlsTransport?
fun getContributingSources(): ReadonlyArray
fun getParameters(): RTCRtpReceiveParameters
fun getStats(): Promise
fun getSynchronizationSources(): ReadonlyArray
companion object {
fun getCapabilities(kind: String): RTCRtpCapabilities?
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy