IceConfig

@Serializable
data class IceConfig(placement: IceConfigPlacement?, iceServers: List<IceServers>)

Allows for specifying custom STUN/TURN servers rather than only using Daily's default servers.

Constructors

Link copied to clipboard
fun IceConfig(placement: IceConfigPlacement? = null, iceServers: List<IceServers>)

Properties

Link copied to clipboard
val iceServers: List<IceServers>

Allows for specifying custom STUN/TURN servers.

Link copied to clipboard
val placement: IceConfigPlacement? = null

Controls how the provided iceServers are included relative to the Daily-provided servers.