使用一个已完成上传且 uploadType=2 的 MP4 文件开始直播。仅支持具备直播能力的云手机。
请求超时后请先查询直播状态,再决定是否重试。业务错误包括 33300、33301、33401、33418 和 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" }