fix: Rename PresenterTrackMode to ePresenterTrackMode

Updated the enum name to reflect new naming conventions and potentially broader categorization within the codebase.
This commit is contained in:
Neil Dorin
2025-06-17 19:18:30 -06:00
parent 7178d8e284
commit 2c5cae9f41

View File

@@ -11,7 +11,7 @@ namespace PepperDash.Essentials.Devices.Common.Codec.Cisco
/// <summary>
/// Describes the available tracking modes for a Cisco codec's Presenter Track feature.
/// </summary>
public enum PresenterTrackMode
public enum ePresenterTrackMode
{
/// <summary>
/// Presenter Track is turned off.