mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
#512 add null check and return unknown if it is null
This commit is contained in:
parent
5ec97f2e31
commit
56e106ff32
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
|
||||||
|
|
||||||
protected Func<string> SelfviewPipPositionFeedbackFunc
|
protected Func<string> SelfviewPipPositionFeedbackFunc
|
||||||
{
|
{
|
||||||
get { return () => _currentSelfviewPipPosition.Command; }
|
get { return () => _currentSelfviewPipPosition.Command ?? "Unknown"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
protected Func<string> LocalLayoutFeedbackFunc
|
protected Func<string> LocalLayoutFeedbackFunc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue