enableOutgoingCalls method

void enableOutgoingCalls(
  1. bool enable
)

Implementation

void enableOutgoingCalls(bool enable){_enableFlag(READSESSION_FLAG_OUTGOINGCALLS,enable);}