IceServer

data class IceServer(val urls: List<String>, val username: String? = null, val credential: String? = null, val credentialType: CredentialType = CredentialType.PASSWORD)

ICE server configuration

Constructors

Link copied to clipboard
constructor(urls: List<String>, username: String? = null, credential: String? = null, credentialType: CredentialType = CredentialType.PASSWORD)

Properties

Link copied to clipboard
val credential: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val username: String? = null