Click or drag to resize

IRemoteRecorderManagement Interface

Public web service for managing remote recorders

Namespace:  Panopto.Server.Services.PublicAPI.V42.Soap
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
public interface IRemoteRecorderManagement

The IRemoteRecorderManagement type exposes the following members.

Methods
  NameDescription
Public methodGetDefaultFolderForRecorder
Get the default folder id for the given recorder. Must have access to the recorder to call.
Public methodGetMachineSidForRecorder
Gets the Machine SID for the given recorder. This is the calculated value that Panopto uses to uniquely identify a machine Must have access to the recorder to call.
Public methodGetRemoteRecordersByExternalId
Looks up remote recorders based on their external id.
Public methodGetRemoteRecordersById
Looks up remote recorders based on their id.
Public methodListRecorders
Lists all the remote recorders in the system.
Public methodScheduleRecording
Schedules a recording.
Public methodScheduleRecurringRecording
Replicates an existing recording so that it occurs regularly.
Public methodUpdateRecordingSettings
Update the settings for an existing scheduled recording. You may not update a recording that has already started.
Public methodUpdateRecordingTime
Updates the time of a recording. You may not update a recording that has already finished.
Public methodUpdateRemoteRecorderExternalId
Updates a remote recorder's external Id
Top
See Also