配信状態と、利用可能な場合は現在のファイル ID またはパスを返します。業務エラーには 33300、33401、99002 があります。
POST
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/live/status \
-H 'Content-Type: application/json' \
-d '{
"phoneId": 190000000000000000
}'Request processed; inspect code for the business result
Response
{ "code": 0, "msg": null, "data": { "liveStatus": 1, "writeFileId": "820000000000000001", "liveFilePath": null }, "requestId": "1d4f3ea968664593860b94b35d4ebf5e" }