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
0 answers

mesibo-calls on Android doesn't call IncomingListener.MesiboCall_OnShowUserInterface

I'm customising the Call Activity to be able to use my own UI controls during calls. On iOS it works just fine. I added my AppDelegate as IncomingListener and when the framework calls OnShowUserInterface I return true and then I show my custom…
Dani Tox
  • 7
  • 2
  • 4
0
votes
0 answers

mesibo-calls overwrites my notifications actions on iOS

I'm having a problem right now on iOS. I setup notifications of new messages like it says in the doc. mesibo on-premise send a background notification that activate my app and then I send a Local Notification through Apple iOS API. In these local…
Dani Tox
  • 7
  • 2
  • 4
0
votes
0 answers

Send File metadata with FileTransfer API with Mesibo

I'm sending a file to another person with Mesibo File Transfer API (using MesiboFileInfo) with the iOS and Android. I would like to also send some metadata with this file. For example a JSON with some custom properties or something else that I need…
Dani Tox
  • 7
  • 2
  • 4
0
votes
2 answers

Mesibo - How to change toolbar color in Android

I am working with Mesibo SDK for android and I am trying to change the toolbar color without results. I would to like to change both colors: https://ibb.co/LrXf4d8 I tried to edit colors.xml and styles.xml but nothing is changing. Someone has the…
MrPlunk
  • 29
  • 1
  • 9
0
votes
1 answer

How To Use Mesibo on My WordPress Website

I'm new here and not a programmer. However, I have a wordpress website which I love to install mesibo on, how can I install Mesibo on wordpress website for chat, voice and video conferencing? Thanks
0
votes
1 answer

MESIBO Web(javascript), not receiving message in other end

I created two test users from MESIBO API, to test messaging between them. Created exact same script in two files, and add send function in one file, to send message to the second user. I tried the second user's token, UID, and address but the…
Sooraz
  • 113
  • 7
0
votes
0 answers

How to make a difference between messages I sent and others I received when reading messages

I use read message API to get all messages for one conversation between two users. The result is the following (check image). enter image description here How I am supposed to know what are the messages I have sent and others I received? The purpose…
0
votes
0 answers

Mesibo Dashboard becomes inaccessible after API call fail

I am trying to create a new user through the backend. My backend is a spring-boot application Java-based. The API call end with a JSON object and have the result key set to false, with no other information to understand why the user has not been…
0
votes
1 answer

messages using mesibo javascript api not delivered,it shows only sent status

sending message using below function function sendTextMessage(to, message) { var profile = api.getProfile(to, 0); var id = parseInt(Math.random()*10000); profile.sendMessage(id, message); } after that when i log listner response…
0
votes
0 answers

Can't read messages with a read session with Mesibo SDK on Android

With mesibo on Android, we are trying to read messages that I sent or received from a user. We initialize a read session like this: Mesibo.addListener(this) mReadSession = ReadDbSession("test-address", 0, null, this) mReadSession.start() When we…
Dani Tox
  • 7
  • 2
  • 4
0
votes
1 answer

How do I manually sync a Mesibo profile with latest changes from server if that user published its data with LAZY mode?

I made a page where users can update their names and status just like WhatsApp & Telegram. These changes are published using LAZY mode since I don't want to update every user using the app right away. I just want to fetch it manually when necessary…
Dani Tox
  • 7
  • 2
  • 4
0
votes
0 answers

Mesibo -- Turned off On-Premise But still the webhook call going to On-Premise IP

mesibo I turned on the On-Premise option. Then my webhook call going to mesibo.js:73 WebSocket connection to 'wss://...:5443/' failed: from web-browser ANd I turned it off due to network error. Still my webhook call going to same Ip as before but…
siva sandeep
  • 557
  • 1
  • 5
  • 17
0
votes
1 answer

Getting Mesibo connection status 6 and 7

When initializing Mesibo I am getting the following error for existing users (by existing users I mean old users of the app) MesiboJNI: E(0710-133818-418)(4810): SSL connect negotiation error -1 D/Kamal: Connection Status: 7 Mesibo Status:…
Kamal Nayan
  • 1,635
  • 1
  • 5
  • 19
0
votes
1 answer

In mesibo do we have any restriction to create user address format?

Im trying to create users in mesibo as some big unique numbers as follows -6044:6003:7aa7ec39a119410da93c109c6b8c4c5e But looks like these users are not able to send & receive messages. Please help me is there any format restriction to create users…
PradeepKumar
  • 203
  • 2
  • 7
0
votes
1 answer

After on-premise setup of mesibo . Do I need to change this url from client side mesibo-lib.js https://storage.mesibo.com/api/api.php

After on-premise setup of mesibo , Do I need to change anything from mesibo-lib.js end ? I could see some url in mesibo-lib.js - a.Gc="https://storage.mesibo.com/api/api.php" Please help to understand here from client side what changes needs to be…
PradeepKumar
  • 203
  • 2
  • 7