mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +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>
|
/// <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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue