mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-02 14:24:59 +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
|
||||
{
|
||||
get { return () => _currentSelfviewPipPosition.Command; }
|
||||
get { return () => _currentSelfviewPipPosition.Command ?? "Unknown"; }
|
||||
}
|
||||
|
||||
protected Func<string> LocalLayoutFeedbackFunc
|
||||
|
||||
Reference in New Issue
Block a user