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:
Neil Dorin
2017-09-08 15:00:16 -06:00
parent 65819cf723
commit 4b4bf1a1c8
7 changed files with 460 additions and 251 deletions

View File

@@ -15,8 +15,11 @@ namespace PepperDash.Essentials.Core
void Dial();
void EndCall();
void AcceptCall();
void RejectCall();
BoolFeedback InCallFeedback { get; }
BoolFeedback IncomingCallFeedback { get; }
}
}