Jump to content
  • 0

SSL problem with video conferencing app cloned from Ant Media GitHub


Bhavya N S
 Share

Question

I have cloned this project from git and I wanted to build a custom made video conferencing app using this project which is already available to use in GitHub. I am running it in localhost:3000 port after installing react npm modules, but it is giving me web socket disconnection problem. It is generating streamid but after that connection is getting aborted and web socket connection is terminating. I am trying to install SSL to localhost but I don't know the real problem. Please help me resolve this issue with this react project. Also iam doing this project on windows not Linux OS.

https://github.com/ant-media/conference-call-application

 

Please suggest me what else extra configuration I have to do in order to run this project successfully and develop a custom made app.

2023-02-09 (1).png

Link to comment
Share on other sites

  • Answers 1
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

Posted Images

1 answer to this question

Recommended Posts

  • 0

Hi @Bhavya N S

Try this

Navigate to  chrome://flags/#unsafely-treat-insecure-origin-as-secure in Chrome.

 

Find and enable the Insecure origins treated as secure section 

Add any addresses you want to ignore (http://localhost:3000) the secure origin policy for.

Save and restart Chrome.

 

Link to comment
Share on other sites

 Share


×
×
  • Create New...