We have just deployed a new OpenVidu environment in AWS using the cloudformation template latest.
The version reported is 2.19.0. The system is licensed with a Pro license.
We have changed the .env variable OPENVIDU_EDITION to enterprise and ran the restart command.
When we add a new node it still appears to be a Kurento server. (I tried removing all existing nodes and still received Kurento nodes when adding)
After reading the medium article we added the variable OPENVIDU_PRO_MEDIA_SERVER and set its value to mediasoup.
Restarted again and still the same issue.
I guessed that maybe because recording was enabled it was ignoring the setting so I disabled recording but still the same issue persisted.
How do we get OpenVidu to use mediasoup media nodes?