Hi have copied the entire source file of
https://github.com/ant-media/StreamApp/blob/master/src/main/webapp/conference.htmlcopied the source its dependencies to a standalone nodejs express app,
so i can just run it by itself
but during initialization or creation of webRTCAdaptor
i am getting the error
connection closed.
error occured: {"isTrusted":true}
I dont know where to go from here, there is no additional error message,
How can we debug this?
whats causing the issue?
Note: all application even the simple publisher has the same issue.
the is a huge blocker in our production :(
I was suspecting that the server should be running in HTTPS, but it was not the case,
I had this before and it was supposed to be fixed with version 2.3.2 but now its back.
Any help please??