Mutation
Variables
Response
Mutations
createLiveSpace
Start a livestream in a Space, or on the Network itself. The livestream is created in the initializing state and becomes joinable once its transmission starts; open the returned url to join the room as its creator. Livestreams consume the Network’s streaming hours until they are ended with completeLiveSpace.
MUTATION
createLiveSpace(input: CreateLiveSpaceInput!): CreateLiveSpacePayloadArguments
input
required
Parameters for CreateLiveSpace
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
liveSpace
Mutation
Variables
Response