Re-added VC/CiscoCodec classes

This commit is contained in:
Neil Dorin
2017-09-13 16:05:19 -06:00
parent 57dee6153b
commit b6965fac0b
10 changed files with 88 additions and 32 deletions

View File

@@ -18,7 +18,7 @@ namespace PepperDash.Essentials.Core
void AcceptCall();
void RejectCall();
void SendDtmf();
void SendDtmf(string digit);
BoolFeedback InCallFeedback { get; }
BoolFeedback IncomingCallFeedback { get; }