mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
#512 add null check and return unknown if it is null
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user