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

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

// Automatically generated - do not modify!

package webrtc

import js.core.ReadonlyArray

sealed external class RTCRtpTransceiver {
    val currentDirection: RTCRtpTransceiverDirection?
    var direction: RTCRtpTransceiverDirection
    val mid: String?
    val receiver: RTCRtpReceiver
    val sender: RTCRtpSender
    fun setCodecPreferences(codecs: ReadonlyArray)
    fun stop()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy