fix: Fix iOS not reading videoCodec
and videoBitRate
from options (#2202)
* fix: Fix iOS not reading `videoCodec` and `videoBitRate` from options * Update AVVideoCodecType+descriptor.swift
This commit is contained in:
@@ -19,7 +19,7 @@ extension AVVideoCodecType {
|
||||
self = .hevc
|
||||
return
|
||||
default:
|
||||
throw CameraError.parameter(.invalid(unionName: "codec", receivedValue: string))
|
||||
throw CameraError.parameter(.invalid(unionName: "videoCodec", receivedValue: string))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user