Mutation
Variables
Response
Mutations
completeLiveSpace
End a livestream and stop it consuming the Network’s streaming hours. A livestream that never went live is aborted; one that is broadcasting is stopped, disconnecting its attendees, and its recording (if any) starts processing. Ending an already-ended livestream succeeds and changes nothing. Returns the livestream in its post-transition state.
MUTATION
completeLiveSpace(input: CompleteLiveSpaceInput!): CompleteLiveSpacePayloadArguments
input
required
Parameters for CompleteLiveSpace
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
liveSpace
Mutation
Variables
Response