enableIncomingCalls method

void enableIncomingCalls(
  1. bool enable
)

Implementation

void enableIncomingCalls(bool enable){_enableFlag(READSESSION_FLAG_INCOMINGCALLS,enable);}