cisco-spark-2 merge

This commit is contained in:
Heath Volmer 2017-09-18 17:42:18 -06:00
commit fed06bc025
6 changed files with 38 additions and 16 deletions

View file

@ -191,7 +191,7 @@ namespace PepperDash.Essentials.UIDrivers.VC
void ConnectPress()
{
if (Codec.IsInCall)
Codec.EndCall("end whatever is selected");
Codec.EndAllCalls();
else
Codec.Dial(DialStringBuilder.ToString());
}