Click or drag to resize

IRemoteRecorderManagementUpdateRecordingTime Method

Updates the time of a recording. You may not update a recording that has already finished.

Namespace:  Panopto.Server.Services.PublicAPI.V42.Soap
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
ScheduledRecordingResult UpdateRecordingTime(
	AuthenticationInfo auth,
	Guid sessionId,
	DateTime start,
	DateTime end
)

Parameters

auth
Type: Panopto.Server.Services.PublicAPI.V40AuthenticationInfo
Used to authenticate the current user. Can be null if an auth cookie is passed
sessionId
Type: SystemGuid
The recording to update
start
Type: SystemDateTime
The time to start recording in UTC. Ignored if it has already started recording.
end
Type: SystemDateTime
The time to end recording in UTC

Return Value

Type: ScheduledRecordingResult
Result info of scheduled recording request
See Also