isCallConnected method

bool isCallConnected()

Implementation

bool isCallConnected() {
  return CallManager().isCallReady;
}