liveBroadcastPriority property

String? liveBroadcastPriority
getter/setter pair

Priority of the live broadcast event (internal state). Possible string values are:

  • "liveBroadcastPriorityUnspecified"
  • "low" : Low priority broadcast: for low view count HoAs or other low priority broadcasts.
  • "normal" : Normal priority broadcast: for regular HoAs and broadcasts.
  • "high" : High priority broadcast: for high profile HoAs, like PixelCorp ones.

Implementation

core.String? liveBroadcastPriority;