TsgcSTUNServer › Propiedades › STUNOptions
Opciones STUN del lado del servidor: FINGERPRINT, SOFTWARE, autenticación y los atributos añadidos a las respuestas Binding.
property STUNOptions: TsgcSTUNServer_Options read FSTUNOptions write SetSTUNOptions;
—
Controla el comportamiento del protocolo STUN del servidor:
LongTermCredentials y establezca su Realm y StaleNonce para activar el mecanismo de credenciales a largo plazo (RFC 5389, sección 10.2); la contraseña real de cada usuario se suministra desde el evento OnSTUNRequestAuthorization.oSTUN.STUNOptions.Fingerprint := True;
oSTUN.STUNOptions.Software := True;
oSTUN.STUNOptions.Authentication.Enabled := True;
oSTUN.STUNOptions.Authentication.LongTermCredentials.Enabled := True;
oSTUN.STUNOptions.Authentication.LongTermCredentials.Realm := 'sgc';
oSTUN.Active := True;