Package-level declarations

Types

Link copied to clipboard
@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.

Link copied to clipboard

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

Link copied to clipboard
@Serializable
data class IceServers(val username: String? = null, val credential: String? = null, val urls: List<String>)