OBJECT

BroadcastProviderStreamTarget

A stream target provided by a third party.

link GraphQL Schema definition

  • type BroadcastProviderStreamTarget {
  • # The destination URL.
  • url: String
  • # The streaming protocol.
  • protocol: String
  • # The username.
  • username: String
  • # The password.
  • password: String
  • # The destination RTMP stream name.
  • streamName: String
  • # The broadcast stream target type.
  • type: ENUM_STREAMTARGET_TYPE
  • # The provider type.
  • providerType: ENUM_STREAMTARGET_PROVIDERTYPE
  • # 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
  • }

link Require by