C# Syntax
void SimulateIncomingCall( string from, EventResponseArgs eventResponseArgs )
Parameters
- from
- The caller ID of the incoming call.
- eventResponseArgs
- The simulated user response (EventResponseArgs) to the incoming call that interrupts the flow of the application.