Skip to content

Stop Replay

Stop the device's auto-replay or broadcast functionality.

Interface Description

Interface Type

stopReplay

Parameters

ParameterTypeRequiredDescription
deviceIdstringDevice ID

Return Value

javascript
true  // Returns true on successful operation

Basic 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

Cooperation: try.catch@foxmail.com