From 2c5cae9f4119e562cff3c1f82dfdfc74e9efedcd Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Tue, 17 Jun 2025 19:18:30 -0600 Subject: [PATCH] fix: Rename PresenterTrackMode to ePresenterTrackMode Updated the enum name to reflect new naming conventions and potentially broader categorization within the codebase. --- .../Codec/Cisco/IPresenterTrack.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PepperDash.Essentials.Devices.Common/Codec/Cisco/IPresenterTrack.cs b/src/PepperDash.Essentials.Devices.Common/Codec/Cisco/IPresenterTrack.cs index 15b378f8..a03dfddb 100644 --- a/src/PepperDash.Essentials.Devices.Common/Codec/Cisco/IPresenterTrack.cs +++ b/src/PepperDash.Essentials.Devices.Common/Codec/Cisco/IPresenterTrack.cs @@ -11,7 +11,7 @@ namespace PepperDash.Essentials.Devices.Common.Codec.Cisco /// /// Describes the available tracking modes for a Cisco codec's Presenter Track feature. /// - public enum PresenterTrackMode + public enum ePresenterTrackMode { /// /// Presenter Track is turned off.