Click or drag to resize

RemoteRecorderState Enumeration

The different states that a remote recorder can be in. Note that SOAP calls use the member names on the wire, not the values.

Namespace:  Panopto.Server.Services.PublicAPI.V40
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
public enum RemoteRecorderState
Members
  Member nameValueDescription
Stopped0 Not recording and no preview available
Previewing1 Not recording and a preview is available
Recording2 Currently recording
Paused3 This is not used. Pause state is managed only locally by the recorder at this moment.
Faulted4 An error has occurred preventing recording
Disconnected5 Not connected to the network
Blocked6 The Panopto recorder (not the remote recorder) is running on the machine so the remote recorder can't run
See Also