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

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

// Automatically generated - do not modify!

package webrtc

import js.buffer.ArrayBuffer
import js.core.ReadonlyArray
import web.events.Event
import web.events.EventHandler
import web.events.EventTarget

sealed external class RTCDtlsTransport :
    EventTarget {
    val iceTransport: RTCIceTransport
    var onerror: EventHandler?
    var onstatechange: EventHandler?
    val state: RTCDtlsTransportState
    fun getRemoteCertificates(): ReadonlyArray
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy