stop_video
Ends active video recording on an Android device to complete screen capture sessions and save recorded content.
Instructions
Stop the active video recording for the specified device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | No |
Input Schema (JSON Schema)
{
"properties": {
"device_id": {
"default": null,
"title": "Device Id",
"type": "string"
}
},
"title": "stop_videoArguments",
"type": "object"
}