RtcTransport

@Serializable
data class RtcTransport(val type: String)

Constructors

Link copied to clipboard
constructor(type: String)

Properties

Link copied to clipboard
@SerialName(value = "type")
val type: String