I’m making use of “ALLOWED_ACCESS_TO_DASHBOARD” in the .env and it works as expected apart from an issue whereby composed video recordings come out like this:
I think it is not possible for recordings right now to works with ALLOWED_ACCESS_TO_DASHBOARD. Since version 2.17.0, recordings occurs on media nodes. So a possible workaround:
Remove the OPENVIDU_RECORDING_COMPOSED_URL parameter.
Put the public IPs of the media nodes in the ALLOWED_ACCESS_TO_DASHBOARD. If you don’t have autoscaling, maybe this works for you.