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-How requests are routed when switched from Cloud server to OnPrem

We are evaluating mesibo for InApp messaging within our SaaS application. We would need OnPrem setup to comply to Data compliance requirements. One clarity we would need on this regard is, when we switch from Cloud to Onprem setup still client side…
Meet
  • 1
0
votes
0 answers

Is there any support to create application using REST API?

Can you please let me know , Do we have provision to create application through REST API. Like we have for users. https://mesibo.com/documentation/api/backend-api/#mesibo-backend-api-url
PradeepKumar
  • 203
  • 2
  • 7
0
votes
0 answers

Mesibo on-premise startup message On-Premise is not enabled

I have mesibo on-premise server running. But it displays below error in docker logs. .------------------------------[ System Message ]------------------------------. | | |…
0
votes
1 answer

Mesibo On-premise app token authentication error

We are getting below error when trying to start docker image using On-Premise server. Ports already opened (5222) outgoing and 5222,5228,4443,5443,513 (Incoming). The Server has public IP and reachable to Internet. Below error code…
0
votes
1 answer

Contacts created from Messenger app Add a Contact popup is not appearing in Mesibo console

I'm trying to create some contacts from messenger by clicking on Add Contact icon which opens up the popup to make entries. After entering name & phone number then click on Add button it started showing up in messenger, But the same contact is not…
PradeepKumar
  • 203
  • 2
  • 7
0
votes
1 answer

What are config file 2 variables MESIBO_ACCESS_TOKEN & MESIBO_APP_ID

In config.js file , there are following variables. MESIBO_ACCESS_TOKEN MESIBO_APP_ID I created one user in mesibo console under some ex applicatoin , then added this token for- MESIBO_ACCESS_TOKEN & for MESIBO_APP_ID - App Id which is showing in…
PradeepKumar
  • 203
  • 2
  • 7
0
votes
1 answer

Task :app:processDebugMainManifest FAILED when I add dependency implementation 'com.mesibo.api:mesibo:1.5.2'

I started a new project in Android Studio. Empty project compiles without problem. As soon as I add implementation 'com.mesibo.api:mesibo:1.5.2' to dependencies, I get the following error: [com.android.support:animated-vector-drawable:28.0.0]…
0
votes
0 answers

Some users are not present in the "on-premise" database after creation

we are using Mesibo "on-premise" to manage a real time chat application but there's a problem registering users on the platform. We are doing this using the User Creation Request documented on this page and, as expected, we obtain user's id and…
0
votes
1 answer

How to allow mesibo on-premise in csf firewall

I followed this tutorial to run Mesibo On-Premise on my Centos 7 server with csf firewall But When i try to run it, it keeps resulting: onp: Unable to verify app token - network error It only works without any errors when csf is disabled or if the…
Amr Ahmed
  • 23
  • 5
0
votes
1 answer

How to change default call ui title and color in mesibo?

I need to know how to change default callui title and color MesiboCall.getInstance().callUi(this, mProfile!!.address, false)
0
votes
1 answer

How we can add Mesibo chat in WordPress website?

what will be the best method to integrate Mesibo chat sdk in WordPress website. https://mesibo.com/
0
votes
1 answer

Not Recieving mesibo android push notification

I have integrated mesibo chat and tried to integrate the mesibo push-notification but not receiving the notification. I had set up all the things related push notification and already success integrate with the backend also. Not sure why i can't…
Mada Aryakusumah
  • 611
  • 11
  • 16
0
votes
0 answers

Failed to resolve: com.mesibo.api:mesibo:1.2.84

Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not find com.mesibo.api:mesibo:1.2.84. Searched in the following locations: -…
Ashvin solanki
  • 4,802
  • 3
  • 25
  • 65
0
votes
1 answer

How to create a Room using api in Mesibo

How to create a room using rest API in mesibo so that we can generate the room id and secret and send it to users. Basically, the use case is I want to use mesibo for the tutoring sessions. So we need a way to be able to create a link within the…
0
votes
1 answer

How to bypass the standard Mesibo login and use AWS Cognito instead

I am using the Mesibo messenger/chat app. I have my own custom login that uses AWS Cognito. The Mesibo messenger app requires a phone number login. I want to totally bypass their authentication and use my own. I simply need to know how to turn off…
deejay1
  • 21
  • 1