mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-14 12:15:01 +00:00
Working HTTP Server and Client communicating with codec. Need to fix issue with deserializing configuration.xml upon connection (null ref exception).
This commit is contained in:
@@ -15,8 +15,11 @@ namespace PepperDash.Essentials.Core
|
||||
|
||||
void Dial();
|
||||
void EndCall();
|
||||
void AcceptCall();
|
||||
void RejectCall();
|
||||
|
||||
BoolFeedback InCallFeedback { get; }
|
||||
BoolFeedback IncomingCallFeedback { get; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user