Peer constructor
Peer(
- TxSocket _socket,
- bool _debug,
- TelnyxClient _txClient
Implementation
Peer(this._socket, this._debug, this._txClient);
Peer(this._socket, this._debug, this._txClient);