TsgcRTCPeerConnection › Properties › Version
Read-only component version string.
property Version: String read GetVersion;
—
Returns the current sgcWebSockets library version as a string. It is published on every sgc component and is intended for logging, diagnostics and support requests; it has no runtime side effect.
ShowMessage('RTCPeerConnection version: ' + oRTC.Version);