diff --git a/runtime/preparation/init.ts b/runtime/preparation/init.ts index 24acee2e14b5a64b1cfab30f1cf3db7757b7d3e4..3f4167b855039835669f376a6c1153b5e124cd0b 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' } ];