Package co.daily.model.ice_config

Types

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

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

Link copied to clipboard
@Serializable
enum IceConfigPlacement : Enum<IceConfigPlacement>

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

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