Pepperdash.Essentials.Plugins.PanoptoCloud 1.2.3-feature-4series.1

This is a prerelease version of Pepperdash.Essentials.Plugins.PanoptoCloud.
dotnet add package Pepperdash.Essentials.Plugins.PanoptoCloud --version 1.2.3-feature-4series.1
                    
NuGet\Install-Package Pepperdash.Essentials.Plugins.PanoptoCloud -Version 1.2.3-feature-4series.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pepperdash.Essentials.Plugins.PanoptoCloud" Version="1.2.3-feature-4series.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pepperdash.Essentials.Plugins.PanoptoCloud" Version="1.2.3-feature-4series.1" />
                    
Directory.Packages.props
<PackageReference Include="Pepperdash.Essentials.Plugins.PanoptoCloud" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Pepperdash.Essentials.Plugins.PanoptoCloud --version 1.2.3-feature-4series.1
                    
#r "nuget: Pepperdash.Essentials.Plugins.PanoptoCloud, 1.2.3-feature-4series.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Pepperdash.Essentials.Plugins.PanoptoCloud@1.2.3-feature-4series.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Pepperdash.Essentials.Plugins.PanoptoCloud&version=1.2.3-feature-4series.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Pepperdash.Essentials.Plugins.PanoptoCloud&version=1.2.3-feature-4series.1&prerelease
                    
Install as a Cake Tool

Panopto Cloud Essentials Plugin (c) 2021

License

Provided under MIT license

Overview

Compatibility

Cloning Instructions

After forking this repository into your own GitHub space, you can create a new repository using this one as the template. Then you must install the necessary dependencies as indicated below.

Dependencies

The Essentials libraries are required. They referenced via nuget. You must have nuget.exe installed and in the PATH environment variable to use the following command. Nuget.exe is available at nuget.org.

Installing Dependencies

To install dependencies once nuget.exe is installed, run the following command from the root directory of your repository: nuget install .\packages.config -OutputDirectory .\packages -excludeVersion. To verify that the packages installed correctly, open the plugin solution in your repo and make sure that all references are found, then try and build it.

Feature Notes

Important to note this version of the plugin currently implements both eiscApi and EiscApiAdvanced as valid bridge types

"type": "eiscApiAdvanced"

Installation

This plugin is provided as a published nuget package for your convenience.

Place the *.cplz file in the /users/programXX/plugins folder, and restart your program.


Controls and Configs

Config Notes

This configuration matches a standard essentials device configuration at the base level, with only the type being different. This may have the type panopto, or panoptocloud.


        "key": "recorder",
        "uid": 6,
        "name": "recorder",
        "type": "PanoptoCloud",
        "group": "recorders",
        "properties": {
          "url": "",
          "username": "",
          "password": "",
          "clientId": "",
          "clientSecret": ""
        }
      }

Interfaces Implemented

  • ICommunicationMonitor

Base Classes

  • JoinMapBaseAdvanced
  • StatusMonitorBase
  • ReconfigurableBridgableDevice

Supported Types

  • panopto
  • panoptocloud

Minimum Essentials Framework Versions

  • 1.16.0

Public Methods

  • public void SetOnlineStatus(bool isOnline)
  • public void UpdateTimers()
  • public void SetClientId(string clientId)
  • public void SetClientSecret(string clientSecret)
  • public bool CheckTokenAndUpdate()
  • public bool UpdateToken()
  • public void SetDeviceName(string name)
  • public void IncrementDefaultLength(ushort inc)
  • public void DecrementDefaultLength(ushort dec)
  • public void SetDefaultLength(ushort value)
  • public bool PollRecorder()
  • public void StartRecording()
  • public void StopRecording()
  • public void PauseRecording()
  • public void ResumeRecording()
  • public void ExtendRecording()
  • public void ExtendRecording(int minutes)
  • public void PollCurrentRecording()
  • public void ProcessCurrentRecording(HttpsClientResponse response)
  • public RecoderInfo GetRecorder(string name, string url, string token)

Join Maps

Digitals
Join Type (RW) Description
1 R Recorder Online
2 R Start Recording
3 R Stop Recording
4 R Pause Recording
5 R Resume Recording
6 R Extend Recording
11 R Increment Length
12 R Decrement Length
5 R Recording Is Paused
6 R Recording Is In Progress
20 R Next Recording Exists
Analogs
Join Type (RW) Description
1 R Recorder Status
11 R Default Recording Length
Serials
Join Type (RW) Description
1 R Recorder Name
2 R Recorder Status
11 R CurrentRecordingId
12 R Recorder Name
13 R CurrentRecordingStartTime
14 R CurrentRecordingEndTime
15 R CurrentRecordingLength
16 R CurrentRecordingMinutesRemaining
21 R NextRecordingId
22 R Recorder Name
23 R NextRecordingStartTime
24 R NextRecordingEndTime
25 R NextRecordingLength
26 R NextRecordingMinutesRemaining
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.3-feature-4series.1 98 3/5/2026