Tài liệu tham khảo API
/- Điện thoại đám mây
- API cục bộ
- Dừng phát trực tiếp
Bắt đầu phát trực tiếp
Lấy trạng thái phát trực tiếp
Dừng phát trực tiếp
Dừng phiên phát trực tiếp hiện tại. Các lỗi gồm 33300, 33301, 33401 và 99002.
POST
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/live/end \
-H 'Content-Type: application/json' \
-d '{
"phoneId": 190000000000000000
}'Request processed; inspect code for the business result
Response
{ "code": 0, "msg": null, "data": true, "requestId": "1d4f3ea968664593860b94b35d4ebf5e" }