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

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

// Automatically generated - do not modify!

package webrtc

import web.errors.DOMException

external class RTCError(
    init: RTCErrorInit,
    message: String = definedExternally,
) : DOMException {
    val errorDetail: RTCErrorDetailType
    val receivedAlert: Number?
    val sctpCauseCode: Number?
    val sdpLineNumber: Number?
    val sentAlert: Number?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy