call property
- @Deprecated("telnyxClient.call is deprecated, use telnyxClient.invite() or telnyxClient.accept()")
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!;
}