How to record video?

I’m trying to record video with latest appium java-client version, but can not see anything…

Its not available on clients I think. Follow status of task in here:

You can try doing not using java client with ADB commands for android, for example.

you can use adb command to record your device screen

adb -s {Device_Serial} shell screenrecord /sdcard/testRecord.mp4