mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
?
This commit is contained in:
parent
95a6f3948f
commit
cc6e555f25
9 changed files with 94 additions and 144 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue