Don’t worry, possibly you’re using mediasoup, just the name of the media nodes still being named as Kurento Media Server
.
To check if mediasoup is running, just SSH into one of the Media Nodes machine and execute this:
sudo su
docker ps | grep mediasoup
You should see a container using this image:
openvidu/mediasoup-controller:2.19.0-beta1
Regards