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

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

// Automatically generated - do not modify!

package webrtc

import kotlinx.js.ReadonlyArray

sealed external interface RTCConfiguration {
    var iceServers: ReadonlyArray?
    var iceTransportPolicy: RTCIceTransportPolicy? // default = 'all'
    var bundlePolicy: RTCBundlePolicy? // default = 'balanced'
    var rtcpMuxPolicy: RTCRtcpMuxPolicy? // default = 'require'
    var peerIdentity: String? // default = null
    var certificates: ReadonlyArray?
    var iceCandidatePoolSize: Number? // default = 0
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy