mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Added in source list filtering based on in-call and current mode of UI driver (call or present)
This commit is contained in:
parent
6ee56dd66c
commit
032bb2b8e5
8 changed files with 80 additions and 25 deletions
|
|
@ -68,6 +68,8 @@ namespace PepperDash.Essentials.Core
|
|||
public string VolumeControlKey { get; set; }
|
||||
public eSourceListItemType Type { get; set; }
|
||||
public List<SourceRouteListItem> RouteList { get; set; }
|
||||
public bool DisableCodecSharing { get; set; }
|
||||
public bool DisableRoutedSharing { get; set; }
|
||||
|
||||
public SourceListItem()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue