This commit is contained in:
Heath Volmer
2017-09-18 17:38:05 -06:00
parent 95a6f3948f
commit cc6e555f25
9 changed files with 94 additions and 144 deletions

View File

@@ -14,17 +14,14 @@ namespace PepperDash.Essentials.Core
// Add requirements for Dialer functionality
void Dial(string number);
void EndCall();
void EndCall(string number);
void AcceptCall();
void RejectCall();
void SendDtmf(string digit);
IntFeedback ActiveCallCountFeedback { get; }
BoolFeedback IncomingCallFeedback { get; }
BoolFeedback IncomingCallFeedback { get; }
}
/// <summary>