SFUResponse

data class SFUResponse(    @Json(name = "edge_name") val edgeName: String,     @Json(name = "url") val url: String,     @Json(name = "ws_endpoint") val wsEndpoint: String)

Constructors

Link copied to clipboard
constructor(@Json(name = "edge_name") edgeName: String, @Json(name = "url") url: String, @Json(name = "ws_endpoint") wsEndpoint: String)

Properties

Link copied to clipboard
Link copied to clipboard
val url: String
Link copied to clipboard