IceServer

data class IceServer(val urls: String, val username: String? = null, val credential: String? = null)(source)

Represents an ICE server configuration for WebRtc connections.

See also

Constructors

Link copied to clipboard
constructor(urls: String, username: String? = null, credential: String? = null)

Properties

Link copied to clipboard

Optional credential for the ICE server.

Link copied to clipboard

The URL(s) of the ICE server.

Link copied to clipboard

Optional username for the ICE server.