StreamStart

@SerialName(value = "stream-start")
class StreamStart(val warnings: List<CallWarning> = emptyList()) : StreamEvent(source)

Stream began. Emitted exactly once at the very top.

Since

0.3.0-beta01

Constructors

Link copied to clipboard
constructor(warnings: List<CallWarning> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard