TsgcTURNServer › プロパティ › STUNOptions
TsgcSTUNServer から継承した STUN レベルのオプション: FINGERPRINT、SOFTWARE、認証、バインディング応答属性。
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;