Whenever there is more than 1 mediabridge docker container running on my instance(server), the "Call" process inside the container doesn't end even after the last participant leaves the meeting.
I am using the following code for monitoring the 'Call' process
docker exec <contaierId> pgrep -x call
Meanwhile, it ends successfully when only one container is running on the server.
Use Case: If the user leaves the meeting without clicking the stop/leave button, then in this case I monitor the 'Call' process running in mediabridge container image.
If the call returns nothing then I transfer the file and stop+remove the container, this works perfectly fine when i have only one container running on the server.
Incase of more then one containers the 'Call' process ends only after 'Call' process in other container has stopped OR Max time limit is breached.
Can anyone please help me with this?
so, I had a discussion with the Vidyo team, posting their reply here so that anybody else saves the trouble.