isSdkReady method

bool isSdkReady()

Implementation

bool isSdkReady() {
  return CallManager().isSocketConnected();
}