get rid of metadata input
All checks were successful
Tests / Tests (pull_request) Successful in 9s

This commit is contained in:
2024-10-18 11:51:38 -07:00
parent c98a65bb6f
commit d15dae23c1
2 changed files with 0 additions and 38 deletions

View File

@@ -667,7 +667,6 @@ input VideoMetadataInput {
endTime: DateTime = null
gameType: String = null
tableSize: Float = null
uploadStreamMetadataInput: UploadStreamMetadataInput = null
lastIntendedSegmentBound: Int = null
streamSegmentType: StreamSegmentTypeEnum = null
endStream: Boolean! = false
@@ -675,24 +674,6 @@ input VideoMetadataInput {
framesPerSecond: Float = null
}
input UploadStreamMetadataInput {
deviceType: DeviceTypeEnum = null
osVersion: String = null
appVersion: String = null
browserName: String = null
browserVersion: String = null
locale: String = null
timezone: String = null
networkType: String = null
ipAddress: String = null
}
enum DeviceTypeEnum {
IOS
ANDROID
BROWSER
}
input VideoResolution {
width: Int!
height: Int!