Click or drag to resize

SessionState Enumeration

The Session's progress through the recording / processing pipeline

Namespace:  Panopto.Server.Services.PublicAPI.V40
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
public enum SessionState
Members
  Member nameValueDescription
Created0 The session has just been created
Scheduled1 The session is scheduled to be recorded
Recording2 The session is currently recording
Broadcasting3 The session is currently broadcasting
Processing4 The session is done being recorded and is being processed by the server
Complete5 The session has been recorded and processed and can now be viewed
See Also