TsgcTURNServerProperties › STUNOptions

STUNOptions Property

STUN-level options inherited from TsgcSTUNServer: FINGERPRINT, SOFTWARE, Authentication and Binding-Response attributes.

Syntax

property STUNOptions: TsgcSTUNServer_Options read FSTUNOptions write SetSTUNOptions;

Default Value

Remarks

Inherited from TsgcSTUNServer; controls how the server handles plain STUN Binding Requests that may arrive on the same port together with TURN traffic:

Example

oTURN.STUNOptions.Fingerprint := True;
oTURN.STUNOptions.Software := True;
oTURN.STUNOptions.BindingAttributes.ResponseOrigin := True;
oTURN.Active := True;

Back to Properties