BridgeSourcePriority

data class BridgeSourcePriority(val primarySource: String? = null)

The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.

Constructors

Link copied to clipboard
constructor(primarySource: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val primarySource: String? = null

The name of the source you choose as the primary source for this flow.