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

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

// Automatically generated - do not modify!

package webrtc

import js.core.ReadonlyArray

sealed external interface RTCConfiguration {
    var bundlePolicy: RTCBundlePolicy?
    var certificates: ReadonlyArray?
    var iceCandidatePoolSize: Number?
    var iceServers: ReadonlyArray?
    var iceTransportPolicy: RTCIceTransportPolicy?
    var rtcpMuxPolicy: RTCRtcpMuxPolicy?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy