OBJECT

UpdateVideoStreamSettingsError

Error that may be returned by the UpdateVideoStreamSettings mutation.

link GraphQL Schema definition

1type UpdateVideoStreamSettingsError {
2
3# Type of mutation error.
4code: UpdateVideoStreamSettingsErrorCode!
5
6}