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.
The credentials needed for TURN. Obtained by making a turn request with TURNRequestParams.