How to video call between person and video use WebRTC?

115 Views Asked by At

I'm trying to create a function that instructs the user to use the App by having the user make a call with a video tutorial. Video tutorials will be recorded in advance and stored in the directory: "/opt/video-tutorial/Tutorial.mp4".

How can I do this using WebRTC? My server is written in Java, so is there a way to do this?

0

There are 0 best solutions below