|
@@ -62,7 +62,7 @@ public class AliCameraView : NSObject, FlutterPlatformView, AliyunIRecorderDeleg
|
|
|
switch call.method {
|
|
switch call.method {
|
|
|
case "create":
|
|
case "create":
|
|
|
let recordOptions = args?["recordOption"] as? [String: Any]
|
|
let recordOptions = args?["recordOption"] as? [String: Any]
|
|
|
- let taskPath = args?["taskPath"] as! String
|
|
|
|
|
|
|
+ let taskPath = args?["iosTaskPath"] as! String
|
|
|
do {
|
|
do {
|
|
|
try setUpCameraView(recordOption: recordOptions!, taskPath: taskPath)
|
|
try setUpCameraView(recordOption: recordOptions!, taskPath: taskPath)
|
|
|
result(true)
|
|
result(true)
|