mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-03 14:55:05 +00:00
cisco-spark-2 merge
This commit is contained in:
@@ -14,10 +14,10 @@ namespace PepperDash.Essentials.Core
|
||||
// Add requirements for Dialer functionality
|
||||
|
||||
void Dial(string number);
|
||||
void EndCall(string number);
|
||||
void EndCall(object activeCall);
|
||||
void EndAllCalls();
|
||||
void AcceptCall();
|
||||
void RejectCall();
|
||||
|
||||
void SendDtmf(string digit);
|
||||
|
||||
IntFeedback ActiveCallCountFeedback { get; }
|
||||
|
||||
Reference in New Issue
Block a user