IceServers

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

Properties

Link copied to clipboard
val credential: String? = null

Credential for the TURN server(s) specified.

Link copied to clipboard
val urls: List<String>

STUN/TURN URLs

Link copied to clipboard
val username: String? = null

Username for the TURN server(s) specified.