0

I have integrated Javascript Messenger & Popup https://github.com/mesibo/messenger-javascript/

I want use messenger for more than one user like Javascript Messenger where we can video call with multiple user (one-to-one or group call)

For that I have created multiple users from mesibo dashboard, the text chat is working properly but when I try to do a video call, I receive call on my other computer but the problem is that I can only see local stream and remote stream is not displayed and also no audio from call.

Can anyone please help me with this?

Thanks

console.log image

conrad
  • 51
  • 8

1 Answers1

0

Make sure you are using a secure URL (HTTPS) with a valid certificate. Calls will not work if you are using mesibo under a non-secure (HTTP) URL.

Start here before moving to messenger code https://github.com/mesibo/samples/tree/master/js/basic-demo

mesibo
  • 3,970
  • 6
  • 25
  • 43
  • I tried with a self-signed certificate for https server, still getting same issue... – conrad Jan 05 '21 at 05:19
  • self-signed won't work. You need a valid certificate. Mesibo documentation mentions it https://mesibo.com/documentation/faq/demo-apps/#how-to-fix-getusermedia-error-when-making-calls-using-mesibo-javascript-api – mesibo Jan 05 '21 at 06:33
  • @mesibo I did try on HTTPS, I actually couldn't find how to answer call javascript, API.answer(false) for a voice call. but this gives an error https://i.stack.imgur.com/Qpung.png is this the right function where I should answer, I sikked the UI part – Sooraz Apr 20 '22 at 05:22