mod_external_services: Also use TURN REST credential algo for 'turns' (thanks moreroid)

This commit is contained in:
Matthew Wild 2025-03-01 16:19:43 +00:00
parent c769eae82b
commit 830f3e122c

View file

@ -35,6 +35,7 @@ end
local algorithms = {
turn = behave_turn_rest_credentials;
turns = behave_turn_rest_credentials;
}
-- filter config into well-defined service records