Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 351 Bytes

startrecording.md

File metadata and controls

20 lines (15 loc) · 351 Bytes

startRecording

To start a screen recording, add the - startRecording: name command to your Flow like this:\

appId: yourAppId
---
- launchApp
- startRecording: recording
...
- stopRecording
...

Your recording will then be available

{% content-ref url="stoprecording.md" %} stoprecording.md {% endcontent-ref %}