Stop async display recording
mobile_record_stopStop an active screen recording on an Android device, pull the MP4 file into artifacts, and retrieve marks with offsets.
Instructions
Stop screenrecord with SIGINT, pull the MP4 into artifacts, and return marks with offsets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | Yes | Exact ADB serial from mobile_devices_list; never inferred when multiple devices exist | |
| recordId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| marks | Yes | ||
| serial | Yes | ||
| recordId | Yes | ||
| displayId | Yes | ||
| sizeBytes | Yes | ||
| durationMs | Yes | ||
| artifactUri | Yes | ||
| startedAtIso | Yes | ||
| stoppedAtIso | Yes | ||
| physicalDisplayId | Yes |