Update recent call history and call method to protect for zero value from SIMPL

This commit is contained in:
Jonathan Arndt
2022-02-09 11:39:35 -08:00
parent faabdde3f7
commit c84525ddef
2 changed files with 15 additions and 5 deletions

View File

@@ -1516,7 +1516,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
return;
}
SendText(string.Format("xConfiguration Audio SoundsAndAlerts RingVolume: [0]", volume));
SendText(string.Format("xConfiguration Audio SoundsAndAlerts RingVolume: {0}", volume));
}
/// <summary>