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

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

// Automatically generated - do not modify!

package webrtc

import js.core.ReadonlyArray
import media.streams.MediaStream

sealed external interface RTCRtpTransceiverInit {
    var direction: RTCRtpTransceiverDirection?
    var sendEncodings: ReadonlyArray?
    var streams: ReadonlyArray?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy