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

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

There is a newer version: 0.0.32-pre.382
Show newest version
// Automatically generated - do not modify!

@file:Suppress(
    "NAME_CONTAINS_ILLEGAL_CHARS",
)

package webrtc

// language=JavaScript
@JsName("""(/*union*/{failed: 'failed', frozen: 'frozen', inProgress: 'in-progress', inprogress: 'inprogress', succeeded: 'succeeded', waiting: 'waiting'}/*union*/)""")
external enum class RTCStatsIceCandidatePairState {
    failed,
    frozen,
    inProgress,
    inprogress,
    succeeded,
    waiting,

    ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy