Peer constructor
Peer(
- TxSocket _socket,
- bool _debug,
- TelnyxClient _txClient,
- bool _forceRelayCandidate,
The constructor for the Peer class.
Implementation
Peer(this._socket, this._debug, this._txClient, this._forceRelayCandidate);