mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
feat: add properties to control when sources show
This commit is contained in:
@@ -144,6 +144,18 @@ namespace PepperDash.Essentials.Core
|
|||||||
[JsonProperty("isAudioSource")]
|
[JsonProperty("isAudioSource")]
|
||||||
public bool IsAudioSource { get; set; }
|
public bool IsAudioSource { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Hide source on UI when Avanced Sharing is enabled
|
||||||
|
/// </summary>
|
||||||
|
[JsonProperty("disableAdvancedRouting")]
|
||||||
|
public bool DisableAdvancedRouting { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Hide source on UI when Simpl Sharing is enabled
|
||||||
|
/// </summary>
|
||||||
|
[JsonProperty("disableSimpleRouting")]
|
||||||
|
public bool DisableSimpleRouting { get; set; }
|
||||||
|
|
||||||
public SourceListItem()
|
public SourceListItem()
|
||||||
{
|
{
|
||||||
Icon = "Blank";
|
Icon = "Blank";
|
||||||
|
|||||||
Reference in New Issue
Block a user