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

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

// Automatically generated - do not modify!

package webrtc

import js.core.ReadonlyArray
import web.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