INPUT_OBJECT

StartCloudBroadcastInput

Input for remotely and asynchronously starting a cloud broadcast for the given channelID.

link GraphQL Schema definition

1input StartCloudBroadcastInput {
4
2# The desired framerate of the broadcast.
3framerate: Int
7
5# The desired height of the broadcast.
6height: Int
10
8# The cloud provider to send a start cloud broadcast request to..
9providerID: ID!
13
11# The desired width of the broadcast.
12width: Int
14}