TsgcTURNServer › Properties › Version
Read-only build version of the sgcWebSockets component library.
property Version: String read GetVersion;
—
Returns the version string of the sgcWebSockets package the component was built from. Useful for logging or About-box display; the property is read-only and does not influence TURN behaviour. It is not advertised on the wire — use the SOFTWARE attribute (STUNOptions/TURNOptions) to expose a server identifier to clients.
ShowMessage('sgcWebSockets version: ' + oTURN.Version);