IceCandidate

value class IceCandidate(val json: String)

An ICE candidate, encoded in json.

Constructors

Link copied to clipboard
fun IceCandidate(json: String)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val json: String