mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-14 04:04:58 +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:
@@ -11,7 +11,7 @@ namespace PepperDash.Essentials.Devices.Common.Codec.Cisco
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Describes the available tracking modes for a Cisco codec's Presenter Track feature.
|
/// Describes the available tracking modes for a Cisco codec's Presenter Track feature.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public enum PresenterTrackMode
|
public enum ePresenterTrackMode
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Presenter Track is turned off.
|
/// Presenter Track is turned off.
|
||||||
|
|||||||
Reference in New Issue
Block a user