OBJECT

BroadcastProviderStreamTargetAbreviated

Abreviated information for a stream target provided by a third party.

link GraphQL Schema definition

  • type BroadcastProviderStreamTargetAbreviated {
  • # The broadcast stream target type.
  • type: ENUM_STREAMTARGET_TYPE
  • # The provider ID for the target to which you're streaming.
  • providerId: String
  • # The provider name for the target to which you're streaming.
  • providerName: String
  • # The provider type.
  • providerType: ENUM_STREAMTARGET_PROVIDERTYPE
  • }

link Require by