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

Starting Mesibo from a running application

We are creating Mesibo account dynamically after a user finishes its registration. So when we init the Mesibo in a running app, when I click the inbox after initing it, it crashes with session read error. One thing I thought about using…
Mushahid Shamim
  • 274
  • 1
  • 3
  • 10
0
votes
1 answer

Medibo javascript getcontacts : AUTHFAIL

I have set up https://github.com/mesibo/messenger-javascript but user and group names not came which I have created in the admin console. With this setup, anyone can join with mobile and OTP but I have to restrict the users. How can we meet do…
0
votes
0 answers

Mesibo message list title shows the number but i want user name

Currently I am using mesibo open source lib for one to one chat and voice and video calling. I am using 2 approaches to open message list first one : using Fragment list MesiboUserListFragment userListFragment = new…
0
votes
1 answer

How to change the header title in Mesibo messaging activity

I want to remove the default header view or change it to different text. I am using the provided Messaging Activity by Mesibo. I have checked all configuration options but couldn’t find one to edit this. Screen shot is added.
Mushahid Shamim
  • 274
  • 1
  • 3
  • 10
0
votes
1 answer

Mesibo SDK : 1 to1 chat : Voice Notes feature Android

How to enable the Voice Notes between users in the 1 to 1 chat using Mesibo SDK Android. The reference documents dont have much clarity.https://mesibo.com/documentation/api/real-time-api/file-transfer/#stopfiletransfer
spurthi
  • 173
  • 1
  • 5
0
votes
1 answer

How can I get Mesibo source code for app version 1.1.33

I tried downloading the mesibo app open source code but I came to know it is of V1.0.0 and the app on the play store is V1.1.33 . I need help for getting the source code of V1.1.33
Amit
  • 1
  • 3
0
votes
1 answer

Can I build apps with Mesibo API and .NET technology?

I want to use Mesibo API to build apps with feature as video call, chat, capture, conferencing, send file .. but my team's using .NET technology as .NET MVC, .NET Core ... so I confuse on this solution. Could you explan can I build apps with Mesibo…
Lewis Hai
  • 1,114
  • 10
  • 22
0
votes
1 answer

How to change the Title and Image of call fragment in Mesibo

I have changed the profile image path and able to change it in the Messaging activity. But it doesn’t change in the Call fragment. So below how can I change the Title (Mesibo Video Call) and Image of the below call fragment with the profile image?
Mushahid Shamim
  • 274
  • 1
  • 3
  • 10
0
votes
1 answer

Strange response on calling Mesibo APIs

I am using Mesibo SDKs on my Android app for chat and so far all my requirements are fulfilled. All of my Mesibo APIs and token information are stored on server side only. The android app fetches user token from the backend server. Recently, my app…
0
votes
2 answers

Generated token from "useradd" operation does not work

I've been told by support to write here, so: I'm using the "useradd" endpoint to add users for my app. However, after the user is successfully created, the token I'm getting does not actually work. Weirdly enough I can see it in the dashboard, but…
ZeeCoder
  • 1,001
  • 9
  • 17
0
votes
1 answer

how to link Buttons in custom ui of call screen to the mesibo sdk, in incoming call and on call fragments

Here https://mesibo.com/documentation/ui-modules/android/calls/#using-mesibo-calls-fragment information regarding customization is available but I am unable to find ways to provide the functionality to buttons in the custom screen. please help on…
rahat
  • 1,840
  • 11
  • 24
0
votes
1 answer

Mesibo Call UI is not updating

I am trying to change the Configuration of Mesibo Call UI. But it's not changing. I tried as follows. MesiboCallConfig mesiboCallConfig = new MesiboCallConfig(); mesiboCallConfig.backgroundColor = getResources().getColor(R.color.colorPrimary); I am…
Mushahid Shamim
  • 274
  • 1
  • 3
  • 10
0
votes
1 answer

Start a Messaging Activity in Mesibo

I am trying to customize the Mesibo UI in two two fragments. In first tab it will show all the chats and in the second tab all the contacts. Here I want to pass the list of contacts by myself. My first question is How can I pass the user name as a…
0
votes
0 answers

Mesibo Custom UI for audio video call for ios

i am implement mesibo sdk in ios its completety working fine, but i am required custom UI for videocall and audiocall in ios am not finding any document or demo custom ui of audio call and video call for ios. can you help me how i am develop custom…
0
votes
1 answer

Cannot find hostname option in Mesibo On Premise Configuration

The tutorial for a clone messenger app states that a hostname for the On Premise server should be specified: But in my Mesibo console, the option to enter a hostname is not there: Hence I am getting an error(Or atleast im assuming its becase of…