StreamKey

@Serializable
data class StreamKey(val streamKey: String)

Represents a channel's stream key.

See also

Constructors

Link copied to clipboard
constructor(streamKey: String)

Properties

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

the channel's stream key.