TsgcTURNServer › Properties
Published properties grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| Active | Starts or stops the TURN server; set to True to begin accepting ALLOCATE, Binding and relay requests. |
| Host | Local IP address or host name the TURN server binds to when Active is set to True. |
| Port | UDP port the TURN server listens on; defaults to 3478 as reserved by RFC 5766. |
| IPVersion | Address family used by the listening socket; defaults to IPv4. |
| Name | Description |
|---|---|
| STUNOptions | STUN-level options inherited from TsgcSTUNServer: FINGERPRINT, SOFTWARE, Authentication and Binding-Response attributes. |
| TURNOptions | TURN-specific options: default Allocation lifetime, port range, Relay IP and long-term credentials. |
| Name | Description |
|---|---|
| LogFile | Appends every STUN/TURN message received or sent by the server to a file for debugging. |
| NotifyEvents | Selects how threaded server events are synchronized with the main VCL/FMX thread. |
| Version | Read-only build version of the sgcWebSockets component library. |
| Name | Description |
|---|---|
| Active | Starts or stops the TURN server; set to True to begin accepting ALLOCATE, Binding and relay requests. |
| Host | Local IP address or host name the TURN server binds to when Active is set to True. |
| IPVersion | Address family used by the listening socket; defaults to IPv4. |
| LogFile | Appends every STUN/TURN message received or sent by the server to a file for debugging. |
| NotifyEvents | Selects how threaded server events are synchronized with the main VCL/FMX thread. |
| Port | UDP port the TURN server listens on; defaults to 3478 as reserved by RFC 5766. |
| STUNOptions | STUN-level options inherited from TsgcSTUNServer: FINGERPRINT, SOFTWARE, Authentication and Binding-Response attributes. |
| TURNOptions | TURN-specific options: default Allocation lifetime, port range, Relay IP and long-term credentials. |
| Version | Read-only build version of the sgcWebSockets component library. |