mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
Updates to codec interfaces to handle active calls
This commit is contained in:
@@ -191,7 +191,7 @@ namespace PepperDash.Essentials.UIDrivers.VC
|
||||
void ConnectPress()
|
||||
{
|
||||
if (Codec.IsInCall)
|
||||
Codec.EndCall();
|
||||
Codec.EndAllCalls();
|
||||
else
|
||||
Codec.Dial(DialStringBuilder.ToString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user