IceConfig

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

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

Constructors

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

Properties

Link copied to clipboard

Allows for specifying custom STUN/TURN servers.

Link copied to clipboard

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