Peer constructor

Peer(
  1. TxSocket _socket,
  2. bool _debug,
  3. TelnyxClient _txClient,
  4. bool _forceRelayCandidate,
)

The constructor for the Peer class.

Implementation

Peer(this._socket, this._debug, this._txClient, this._forceRelayCandidate);