supportbothWay method

bool supportbothWay()

Implementation

bool supportbothWay() {
  return statusResult!.EchoCancellationVer != null &&
      statusResult!.EchoCancellationVer != "0";
}