fix: Instantiate Availability class when

This commit is contained in:
Andrew Welker
2021-08-17 22:23:41 -06:00
parent 92f4d37cd6
commit 9a1a23c88a

View File

@@ -327,6 +327,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
public SpeakerTrack()
{
Status = new Status2();
Availability = new Availability();
}
}