Call constructor
Call(
- TxSocket txSocket,
- TelnyxClient _txClient,
- String sessid,
- String ringToneFile,
- String ringBackFile,
- CallHandler callHandler,
- Function callEnded,
Implementation
Call(this.txSocket, this._txClient, this.sessid, this.ringToneFile,
this.ringBackFile, this.callHandler, this.callEnded);