Remote recorder's state
Hi, in the REST API, there is an endpiont: /api/v1/remoteRecorders/search
In the response payload, what does State
mean? The docs' sample value is "Stopped". I am seeing some of their values on our end having values of 1 and some having 5. Is there a reference table online to explain what the different numbers mean?
Best Answer
-
Aishwarya Harpale Tyro
Hello Samuel,
Here is a reference of all the State codes returned by this API endpoint:
0: Stopped - Not recording and no preview available
1: Previewing - Not recording and a preview is available
2: Recording - Currently recording
3: Paused - This is not used. Pause state is managed only locally by the recorder at this moment
4: Faulted - An error has occurred preventing recording
5: Disconnected - Not connected to the network
6: RecorderRunning - Panopto Recorder Application is running, preventing remote control
Hope this helps.
Regards,
Aish0
Answers
Thank you for your answer!