Call constructor

Call(
  1. TxSocket _txSocket,
  2. TelnyxClient _txClient,
  3. String sessid,
  4. String ringToneFile,
  5. String ringBackFile,
  6. CallHandler callHandler,
  7. Function callEnded,
)

Implementation

Call(this._txSocket, this._txClient, this.sessid, this.ringToneFile,
    this.ringBackFile, this.callHandler, this.callEnded);