TsgcTURNServer › 属性 › STUNOptions
从 TsgcSTUNServer 继承的 STUN 级别选项:FINGERPRINT、SOFTWARE、Authentication 和 Binding-Response 属性。
property STUNOptions: TsgcSTUNServer_Options read FSTUNOptions write SetSTUNOptions;
—
继承自 TsgcSTUNServer;控制服务器如何处理可能在 TURN 流量所在端口上到达的纯 STUN 绑定请求:
oTURN.STUNOptions.Fingerprint := True;
oTURN.STUNOptions.Software := True;
oTURN.STUNOptions.BindingAttributes.ResponseOrigin := True;
oTURN.Active := True;