Project-Own / video_conference_front

This is the frontend of video conferencing aplication.
https://project-own.github.io/video_conference_front/main
MIT License
4 stars 1 forks source link

Video Conference Not Working #44

Closed sahasprajapati closed 3 years ago

sahasprajapati commented 3 years ago

When I try to use video conference to host a room and a person tries to join from a remote location, the video shows a blank video frame with no audio stream.

Steps to reproduce the behavior:

  1. Go to 'https://project-own.github.io/video_conference_front/main/'
  2. Type Room Name
  3. Click on 'Host'
  4. Wait For Another User To Join
  5. Another Remote user goes to site at step 1
  6. Type Room Name and Clicks Join button
  7. Empty video frame displayed at both host and joined user.

The host's audio and video stream should be available at joined participant's browser and vice-versa.

-Browser: MicrosoftEdge/Mozilla Fiefox

sahasprajapati commented 3 years ago

Added TURN/STUN servver to fix this issue. Works for a host and client. If host leaves and a new user joins still problem occurs. Only a client can leave and new user can join in thre creators room.