OBJECT
UpdateVideoStreamSettingsError
Error that may be returned by the UpdateVideoStreamSettings mutation.
link GraphQL Schema definition
1 type UpdateVideoStreamSettingsError { 2 3 # Type of mutation error. 4 : UpdateVideoStreamSettingsErrorCode! 5 6 }