TURNCredentials

data class TURNCredentials(val username: String, val password: String, val ttl: String, val uris: Array<String?>)

The credentials needed for TURN. Obtained by making a turn request with TURNRequestParams.

Constructors

Link copied to clipboard
constructor(username: String, password: String, ttl: String, uris: Array<String?>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val ttl: String
Link copied to clipboard
Link copied to clipboard