Describe the bug
Get a null reference exception when switching to strip layout, since it returns a layout position of "Down" which isn't in the list of acceptable layout positions.
Stacktrace
[15:45:06.000]App 3:[zoom-1] Error Deserializing feedback: Newtonsoft.Json.JsonSerializationException: Error setting value to 'Position' on 'PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom.zConfiguration+Layout'. ---> Crestron.SimplSharp.Reflection.TargetInvocationException: TargetInvocationException ---> System.NullReferenceException: NullReferenceException
at PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom.ZoomRoom.<get_SelfviewPipPositionFeedbackFunc>b__61()
at PepperDash.Essentials.Core.StringFeedback.FireUpdate()
at PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom.ZoomRoom.<SetUpFeedbackActions>b__77(Object o, PropertyChangedEventArgs a)
at PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom.NotifiableObject.NotifyPropertyChanged(String propertyName)
at PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom.zConfiguration.Layout.set_Position(eLayoutPosition value)
at System.Reflection.RuntimeMethodInfo.InternalInvoke(RuntimeMethodInfo rtmi, Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture, Boolean isBinderDefault, Assembly caller, Boolean verifyAccess, StackCrawlMark& stackMark)
at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object
Describe the bug Get a null reference exception when switching to strip layout, since it returns a layout position of "Down" which isn't in the list of acceptable layout positions.
Stacktrace