TsgcRTCPeerConnectionProperties › Version

Version Property

Read-only component version string.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

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.

Example

ShowMessage('RTCPeerConnection version: ' + oRTC.Version);

Back to Properties