Starts live streaming with one MP4 file that has finished uploading with uploadType=2. Only supported Cloud Phone models can use this operation.
If the request times out, query the live status before retrying. Business errors include 33300, 33301, 33401, 33418, and 99002.
POST
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/live/start \
-H 'Content-Type: application/json' \
-d '{
"phoneId": 190000000000000000,
"fileId": 820000000000000000
}'Request processed; inspect code for the business result
Response
{ "code": 0, "msg": null, "data": true, "requestId": "1d4f3ea968664593860b94b35d4ebf5e" }