OBJECT

UpdateVideoStreamSettingsPayload

UpdateVideoStreamSettingsPayload returns the updated video stream settings for the broadcaster.

link GraphQL Schema definition

1type UpdateVideoStreamSettingsPayload {
2
3# The updated Channel for the broadcaster.
4channel: Channel
5
6# Error code.
7error: UpdateVideoStreamSettingsError
8
9}