Stop Replay
Stop the device's auto-replay or broadcast functionality.
Interface Description
Interface Type
stopReplayParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
deviceId | string | ✅ | Device ID |
Return Value
javascript
true // Returns true on successful operationBasic Usage
javascript
// Stop device replay
await apiInvoke('stopReplay', {
deviceId: 'P72578581E07'
});
console.log('Replay stopped');Feature Description
This interface sends a stop broadcast command to the device, used for:
- 📡 Stop device video stream broadcast
- 🔄 Interrupt automation task execution