Then it started working locally when i go to localhost:4200/startmeeting the meeting is getting started.
Then i did ng build and deployed the www folder to my hosting account where apache web server is running.
when I try to access the page http://mydomain.com/startmeeting i am getting a404 not found error. All other pages on the domain work except the page where the startmeeting page .
Basically works on local host but does not after deployment.