Click or drag to resize

IRemoteRecorderManagementScheduleRecording Method

Schedules a recording.

Namespace:  Panopto.Server.Services.PublicAPI.V40
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
Guid ScheduleRecording(
	AuthenticationInfo auth,
	string name,
	Guid folderId,
	bool isBroadcast,
	DateTime start,
	DateTime end,
	IEnumerable<RecorderSettings> recorderSettings
)

Parameters

auth
Type: Panopto.Server.Services.PublicAPI.V40AuthenticationInfo
Used to authenticate the current user. Can be null if an auth cookie is passed
name
Type: SystemString
The name of the session to create
folderId
Type: SystemGuid
The id of the folder to create the session in
isBroadcast
Type: SystemBoolean
If true then the session will be broadcast live as it is being recorded
start
Type: SystemDateTime
The time to start recording in UTC.
end
Type: SystemDateTime
The time to end recording in UTC
recorderSettings
Type: System.Collections.GenericIEnumerableRecorderSettings
The remote recorders to record from and their settings.

Return Value

Type: Guid
The id of the newly created session that will be recorded
See Also