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

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

// Automatically generated - do not modify!

package webrtc

import kotlinx.js.ReadonlyArray

sealed external interface RTCRtpReceiver {
    //readonly track?: MediaStreamTrack;
    //readonly transport?: RTCDtlsTransport;
    //readonly rtcpTransport?: RTCDtlsTransport;
    fun getParameters(): RTCRtpParameters
    fun getContributingSources(): ReadonlyArray
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy