mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-05 15:55:02 +00:00
fix(essentials): doh! fixes issue where IsOnHold would get set to false if response contains no PlacedOhHold object
This commit is contained in:
@@ -2122,7 +2122,6 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
|
||||
CallType = new CallType();
|
||||
Status = new CallStatus();
|
||||
Duration = new Duration();
|
||||
PlacedOnHold = new PlacedOnHold();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user