TsgcTURNClient › Properties
Published properties grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| Host | IP address or DNS name of the TURN server to which the client sends Allocate and related requests. |
| Port | Listening port of the TURN server; defaults to 3478 as defined by RFC 5766. |
| Transport | Transport used to connect to the TURN server: UDP, TCP or TLS. Default is UDP. |
| IPVersion | Address family used to resolve the TURN server; defaults to IPv4. |
| Name | Description |
|---|---|
| STUNOptions | Inherited STUN options: FINGERPRINT, SOFTWARE attribute and Authentication credentials. |
| TURNOptions | TURN-specific options: Allocation lifetime, long-term credentials, AutoRefresh and data-channel behaviour. |
| RetransmissionOptions | UDP retransmission settings (RTO and MaxRetries) used to resend TURN requests when no response arrives. |
| Name | Description |
|---|---|
| LogFile | Saves every STUN/TURN message sent or received to a file for debugging. |
| NotifyEvents | Selects how threaded events are synchronized with the main VCL/FMX thread. |
| Version | Read-only build version of the sgcWebSockets component library. |
| Name | Description |
|---|---|
| Host | IP address or DNS name of the TURN server to which the client sends Allocate and related requests. |
| IPVersion | Address family used to resolve the TURN server; defaults to IPv4. |
| LogFile | Saves every STUN/TURN message sent or received to a file for debugging. |
| NotifyEvents | Selects how threaded events are synchronized with the main VCL/FMX thread. |
| Port | Listening port of the TURN server; defaults to 3478 as defined by RFC 5766. |
| RetransmissionOptions | UDP retransmission settings (RTO and MaxRetries) used to resend TURN requests when no response arrives. |
| STUNOptions | Inherited STUN options: FINGERPRINT, SOFTWARE attribute and Authentication credentials. |
| Transport | Transport used to connect to the TURN server: UDP, TCP or TLS. Default is UDP. |
| TURNOptions | TURN-specific options: Allocation lifetime, long-term credentials, AutoRefresh and data-channel behaviour. |
| Version | Read-only build version of the sgcWebSockets component library. |