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

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

// Automatically generated - do not modify!

package webrtc

import kotlinx.js.ReadonlyArray

external class RTCTrackEvent : org.w3c.dom.events.Event {
    val receiver: RTCRtpReceiver
    val track: org.w3c.dom.mediacapture.MediaStreamTrack
    val streams: ReadonlyArray
    val transceiver: RTCRtpTransceiver
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy