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

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

// Automatically generated - do not modify!

package webrtc

sealed external interface RTCDtlsFingerprint {
    var algorithm: String?
    var value: String?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy