mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
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:
parent
7178d8e284
commit
2c5cae9f41
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue