Click or drag to resize

ISessionManagementReplaceMachineCaptionsAndUploadTranscript Method

Uploads a file of captions to a session. If the session has already imported automatic machine captions, then they will be deleted and replaced with the new captions. If the session has captions from another source, an exception will be thrown and the new captions will not be uploaded. May only be called by creators.

Namespace:  Panopto.Server.Services.PublicAPI.V46.Soap
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
void ReplaceMachineCaptionsAndUploadTranscript(
	AuthenticationInfo auth,
	Guid sessionId,
	string file
)

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 ID of the session the transcript applies to
file
Type: SystemString
The contents of the transcript file. We support VSXML and DFXP file types
See Also