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

Mesibo App: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

I have run the sample Python script provide by you on your website. I get an sql error: **E(0108-124524-289)(9417): sql error in insert: insert into messages (mid, gid, channel, type, ts, status, expiry, flag, sender, message, thumbnail, filepath,…
0
votes
1 answer

Mesibo on-premises integration issue

First, we completed the On-Premise Configuration on Mesibo console, then after step three on their documentation step 4 asks us to configure the TLS/SSL for Mesibo, but as we have already installed our SSL certificate on our server, we skipped it…
Andy Mind
  • 1
  • 1
0
votes
1 answer

Mesibo chat on-premise integration issue with TCP ports 80, 443 which are occupied by our APACHE server

firewall-settings section they have said that the ports 80 and 443 should be opened, but we have already installed the APACHE server on our Linux server and the ports 80 and 443 are occupied already by our APACHE server. So its a conflict situation.…
Andy Mind
  • 1
  • 1
0
votes
2 answers

Error while Implementing Mesibo Android SDK

Currently, I am implementing mesibo API for messaging and video chat and I am following this link https://mesibo.com/documentation/tutorials/first-app/android/ to get started. However, after creating an instance of the mesibo I am not able to access…
Chirag Parekh
  • 102
  • 2
  • 7
0
votes
1 answer

Mesibo Contact placeholder issue ios swift

I have intregrated mesibo chat sdk in flutter framework all is working good but can't able to have contact letter image after enabling the useLetterTitleImage = true . Can any body can tell what function add for contact image android it is working…
Aditya Jaitly
  • 292
  • 2
  • 10
0
votes
1 answer

Mesibo API on Microsoft Edge

My query is related to Mesibo Javascript SDK. I have integrated Mesibo into my website and was testing it on all browsers but the chat popup does't seem to be working specifically on Microsoft edge. Here is the video of the same:…
0
votes
1 answer

Email notifications for unread messages on Mesibo

I am trying to decide on using Mesibo for my Ecommerce website and mobile application and couldn't find any documentation on email notifications for unread messages on Mesibo. I found documentation on push notifications for the app but couldn't find…
0
votes
1 answer

Mesibo in angular 7 - conferencing local streaming is not working

Mesibo group call is initiated. ` publisher.call(o, 'video-publisher',function (p) { console.log('on_stream1111'); }, function(p, status, video, q) { console.log('on_status'); }); ` above publisher call is getting called…
Rohan Thakare
  • 43
  • 4
  • 9
0
votes
1 answer

How to get all messages of a particular user or group in mesibo using plain javascript

The Documentation provides examples for android and IOS but not for JS. We also looked at the demo projects, but they are in angular. how do we do it in plain JS I wrote this by imitating the Android example and Angular example …
0
votes
0 answers

how do i receive real time messages in React Native from Mesibo

Need guidance about how i use mesibo with react native there is very poor documentations in the official website they just give us a examples of android and ios not for react native please anyone guide
0
votes
1 answer

Not able to login with mesibo chat SDK

I'm trying to implement chat using Xcode Framework i have download sample app for iOS. I'm not able to login the username and password which i have created in server. I'm using Swift for mesibo chat their i have created user's but I'm not able…
Dot Net
  • 9
  • 1
0
votes
1 answer

Customizing ChatList UI design @ Homescreen

In Mesibo Chat android application, I need to customize view of chat list appears at home screen. Need to customize profile image shape and design. Please suggest me on how to customize mesibo ui? Mesibo api, android: public class UIManager { …
0
votes
1 answer

How to change Share text on Invite Family and Friends

I am looking to re-brand the Mesibo app https://github.com/mesibo/messenger-app-android/ Mesibo docs says we can change everything. However I am unable to find a way to change small things where it says "Mesibo". For example on the Invite Family and…
user2955412
  • 227
  • 3
  • 10
0
votes
0 answers

Can you intercept voice chat messages on Mesibo so that it can be routed to google cloud services for translating to another language

I am new to Mesibo, I have been playing with google cloud services for language translation, however, I have read elsewhere that it does not scale. At the moment I am not interested in scaling, but I was wondering if Google cloud translation…
0
votes
1 answer

Android Studio "unused import" message when putting SDK inside build.gradle

I'm trying to insert an SDK called Mesibo for communication, and in my project it instantly greys out when I try to import: import com.mesibo.api.mesibo; with the message cannot resolve symbol 'mesibo' and unused import around it This is the…
compsciman
  • 349
  • 3
  • 17