Click or drag to resize

Session Class

Represents a session in panopto
Inheritance Hierarchy
SystemObject
  Panopto.Server.Services.PublicAPI.V42.SoapSession

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

The Session type exposes the following members.

Constructors
  NameDescription
Public methodSession(SessionRow, Boolean)
Initializes a new instance of the Session class
Public methodSession(PanoptoDBDataContext, Delivery, Boolean)
Initializes a new instance of the Session class
Top
Properties
  NameDescription
Public propertyCreatorId
Gets or sets the Id of the user who created the session
Public propertyDescription
Gets or sets the description of the session
Public propertyDuration
Gets or sets the duration of the session in seconds
Public propertyEditorUrl
Gets or sets the url of the editor page of the session
Public propertyExternalId
Gets or sets an external ID for this session. ExternalIds are not used by Panopto at all, but provide a way for an integration to query for data
Public propertyFolderId
Gets or sets the id of the folder this session is in
Public propertyFolderName
Gets or sets the name of the folder the session is in
Public propertyId
Gets or sets the id of the session
Public propertyIosVideoUrl
Gets or sets the url to be played by an iOS device. Different from the Mp4Url to support apple streaming
Public propertyIsBroadcast
Gets or sets a value indicating whether the session is/was broadcast when it will be recorded / was recorded
Public propertyIsDownloadable Obsolete.
This property is obsolete. We no longer support offline viewer downloads Gets or sets a value indicating whether the session can be downloaded
Public propertyMP3Url
Gets or sets the url where the audio podcast of the session can be downloaded
Public propertyMP4Url
Gets or sets the url where an mp4 of the session can be downloaded
Public propertyName
Gets or sets the name of the session
Public propertyNotesURL
Gets or sets the url where a user can take notes about a session.
Public propertyOutputsPageUrl
Gets or sets the url of the outputs page of the session
Public propertyRemoteRecorderIds
Gets or sets the ids of the remote recorders that recorded / will record the session.
Public propertySharePageUrl
Gets or sets the url of a page that allows you to share or view the current sharing settings of the session
Public propertyStartTime
Gets or sets the time the session started recording in UTC
Public propertyState
Gets or sets the current state of the session
Public propertyStatusMessage
Gets or sets a message that describes the status of the session
Public propertyThumbUrl
Gets or sets the url of the thumbnail of the session
Public propertyViewerUrl
Gets or sets the url of the viewer page for the session
Top
See Also