A
A
Anton Yuritsin2016-10-10 21:52:08
API
Anton Yuritsin, 2016-10-10 21:52:08

How to make a video call with a client on the site?

The client went to the site for the sale of agricultural machinery. Got a number!
It is necessary that he, by pressing a certain button on the site, would be shown a window with a video that is broadcast from my camera.
That is, I have a go pro on my head, I talk to a client on the phone and sell him equipment "live".
By what means could this be done? Periscope API or Skype? You only need to broadcast the video to the client, without sound.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Deodatuss, 2016-10-10
@Deodatuss

WebRTC, it is already possible to safely conduct entire video conferences with a minimum load on the server (it will only be needed to exchange data between browsers how to find each other, after which a direct browser-browser connection is established). All you need is an adapter.js polyfilter and a signaling server (Node.js + Express + socket.io works best). Well, read a couple of articles on this topic, there are quite a lot of them now (there is even a booklet ). If you want to record the whole thing, then you can use Kurento media server , the site is full of examples. Something like this.

A
Alexander Taratin, 2016-10-10
@Taraflex

The easiest way is to place a Skype call button on the site https://support.skype.com/en/faq/FA99/how-do-i-add...
Or send links to the client services
https://talky.io/
https ://appear.in/
https://meet.jit.si/
That is, we create a room on them and redirect the client there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question