TsgcWSPServer_WebRTCProperties › Version

Version Property

Read-only string with the sgcWebSockets build version of the WebRTC signalling server subprotocol component.

Syntax

property Version: String read GetVersion;

Default Value

Inherited from the sgcWebSockets library build

Remarks

Inherited from the component framework: returns the build version of the installed sgcWebSockets library at design and runtime. Read-only and intended for diagnostics, support tickets and about-box text. It does not describe the WebRTC or ICE specifications — those are implemented inside the browser's RTCPeerConnection; this component only relays signalling envelopes between peers.

Example


ShowMessage('sgcWebSockets WebRTC server version: ' + WebRTCSrv.Version);

Back to Properties