From b520787ecdf07c90ee8ebb34de2f40db612ac107 Mon Sep 17 00:00:00 2001 From: dujingcheng Date: Thu, 16 Sep 2021 10:28:56 +0000 Subject: [PATCH] dujingcheng@huawei.com Signed-off-by: dujingcheng --- runtime/preparation/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/preparation/init.ts b/runtime/preparation/init.ts index 24acee2e..3f4167b8 100644 --- a/runtime/preparation/init.ts +++ b/runtime/preparation/init.ts @@ -195,7 +195,7 @@ const ComponentsInfo: components[] = [ }, {'methods': ['reload', 'createIntersectionObserver'], 'type': 'web'}, { - 'methods': ['takePhoto', 'scrollTo', 'createIntersectionObserver'], + 'methods': ['takePhoto', 'startRecorder', 'closeRecorder', 'scrollTo', 'createIntersectionObserver'], 'type': 'camera' } ];