IceServer

class IceServer

A structure for the ICE server connection data.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A password to login to the ICE server.

Link copied to clipboard
val ttl: Int?

The period of time, in seconds, during which the username and password are valid.

Link copied to clipboard

An array of URIs, in the form specified in the I-D.petithuguenin-behave-turn-uris spec. These URIs provide the different addresses and/or protocols that can be used to reach the TURN server.

Link copied to clipboard

A username to login to the ICE server.

Functions

Link copied to clipboard
inline fun copy(block: IceServer.Builder.() -> Unit = {}): IceServer
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String