Questions tagged [mesibo]

For questions regarding mesibo real-time APIs for chat, messaging, voice & video calls, and conferencing.

Mesibo offers real-time APIs for:

  1. Real-time messaging
  2. Voice and Video Calls
  3. Conferencing
  4. Chatbots
  5. On-Premise
  6. Open-source Apps
111 questions
0
votes
1 answer

Mesibo first app in Fragment bad connection status

I'm following Mesibo Tutorial for the First App and trying to integrate it in my app. The difference to the source code of tutorial https://github.com/mesibo/samples/tree/master/android/java/FirstApp is only that I have implemented it in Fragment…
Alex
  • 13
  • 1
0
votes
1 answer

I'm using mesibo android sdk to implement chat app but I have an issue with receiving voice call

when the app is totally closed, I don't receive calls, I don't know why can any one help me ?? I'm using this code to setup mesibo : Mesibo.getInstance().init(this) Mesibo.addListener(this) Mesibo.setRestartListener(this) …
Jemy
  • 3
  • 3
0
votes
0 answers

mesibo.js not setting up database stores correctly

we're implementing Mesibo in our web application and one of the developers in our team encountered a problem with running app successfully in his browser (up-to-date Chrome running on MacOS). He gets this error in logs: Uncaught (in promise)…
contrl
  • 109
  • 1
  • 7
0
votes
1 answer

I'm using mesibo Chat SDK, when I am trying to show notification on (onMessage) implemented function of mesibo message listener interface

override fun Mesibo_onMessage(p0: Mesibo.MessageParams?, p1: ByteArray?): Boolean { if (userManager.isLogged()) { Timber.d(" on message : %s", p0?.profile?.name) Timber.d(" on message : %s", p0?.profile?.address) p0?.profile?.name?.let {…
Jemy
  • 3
  • 3
0
votes
1 answer

I have integrate mesibo in my angular app. local stream is working properly. but remote stream is not connected

I am using Angular cli --ssl to run it on HTTPS. this.api.setupVideoCall('localVideo','remoteVideo',true) I was following mesibo javascript basic demo app as a reference. Above code is called without any error but still local video working…
0
votes
1 answer

Getting access to Mesibo video and audio stream from outside a browser (i.e on a server)

I would like to process audio and video from a Mesibo conference on the server side and then, if possible, feed the processed stream back in as a new publisher (participant) in a different group (conference). By current best guess would be something…
BenJ
  • 21
  • 1
0
votes
1 answer

Does mesibo support group calling in Android and iOS sdks?

We have chosen mesibo for enabling voice/video calling in our app. We must have video conferencing enabled for all our platforms. We have implemented group calling in Webapp and tested it. We wish to have to synced across our android and iOS clients…
0
votes
1 answer

Mesibo Javascript messenger Integration for one to one and group video call

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…
conrad
  • 51
  • 8
0
votes
1 answer

Mesibo on-premises integration issue using google cloud

I'm trying to deploy Mesibo On-Premise with Google Cloud. Mesibo Console shows following status: "running but not accessible - refer to Firewall settings in the on-premise doc": Logs by running Mesibo container: Firewall settings for Mesibo on the…
0
votes
1 answer

Mesibo - unable to get callbacks on group member addition

I am using mesibo for one of the chat apps that I develop. I have listeners for incoming messages, user status change, etc. I am not sure how does mesibo notifies the client when the client is added to a group. I am sure it is a real time…
gladiator
  • 1
  • 3
0
votes
1 answer

Mesibo Javascript Popup Integration for one to many chat

I have integrated Javascript Messenger & Popup https://github.com/mesibo/messenger-javascript/ I want use Popup Integration or Multitab-Popup for more than one user like Javascript Messenger where we can chat with multiple user (one-to-many) For…
Divyesh
  • 11
  • 1
0
votes
1 answer

Attempt to invoke virtual method 'long com.mesibo.api.JNIAPI.random()' on a null object reference

I want to implement mesibo real time API in my code for audiocall, but still having problem here provided code , random number gives null pointer. what mistake is did here. Mesibo api = Mesibo.getInstance(); …
Garima k
  • 1
  • 4
0
votes
1 answer

Mesibo - User not getting Online

The Problem I am facing - When I try to hit the Mesibo API, I am able to get a token in response which is used to get the user online, but whenever I try to send a request to start Mesibo using the token I received, the online status shows "Not…
Sagar Ahuja
  • 726
  • 6
  • 23
0
votes
2 answers

Is mesibo chat and calling api available for flutter technology

I want to use Mesibo Api for chat and calling feature in app. I have developed the app in flutter. Is Mesibo api available for flutter sdk?
0
votes
1 answer

Code shrinking crashes the Mesibo functionalities

We enabled minify and code shrinking in the build.gradle to make a release build. But doing so crashes the Mesibo native codes and the full app becomes unusable. Is there any way to solve this? It would be very helpful. Thanks
Mushahid Shamim
  • 274
  • 1
  • 3
  • 10