call property

  1. @Deprecated("telnyxClient.call is deprecated, use telnyxClient.invite() or telnyxClient.accept()")
Call get call

Implementation

@Deprecated(
    "telnyxClient.call is deprecated, use telnyxClient.invite() or  telnyxClient.accept()")
Call get call {
  // If _call is null, initialize it with the default value.

  _call ??= _createCall();
  return _call!;
}