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

Mesibo chat sdk integrate in ios using swift

I am setting mesibo chat sdk. auth key generated and set it toAppdelegate.Create` a user in Mesibo dashboard and trying to send or receive messages but could not get any messages. Error showing on dashboard:- "failed to send messages". Use mesibo…
0
votes
0 answers

Mesibo On Premise Error loading certificates

Im following the mesibo tutorial to setup an on-premise instance, but when i try to configure the TLS Certificate it gives me this error. E1108-111819-240 (17): Loading certificates from: /certs **CRITICAL**1108-111819-240 (17): Unable to load…
0
votes
0 answers

How to only get audio from MesiboGroupCall Participant - mesibo, Swift 5

I am building a Swift IOS-App where you should be able to do basic audio-only conferencing via mesibo. Thus why I only want the audio from the MesiboGroupCall Participant. But I don't know if there's a way to do that? And if not, what way I could…
KNBRGR
  • 1
  • 3
0
votes
0 answers

Unable to remove members from a group in mesibo

I'm not able to remove members from a group in mesibo neither from the backend api (from node.js) nor from the mesibo playground. I am working with the Mesibo backend apis. I used this documentation to make the apis in node.js and used the mesibo…
0
votes
0 answers

Fetching older messages from a group chat as a newly invited member

I am currently setting up load message history working for Mesibo (Javascript), and I'm using Mesibo On-Premise service as well to store my message history.. Is there any way or functions I can use for newly added members of the group chat to see…
Jkls
  • 1
0
votes
0 answers

How does mesibo determine the MAU with an on premise instance?

I want a genuinely secure messaging app for a corporation, how can mesibo be secure in an on premise instance if they are able to determine the MAU (monthly active users) Looked at their faqs nothing there answers the question, tried via their…
0
votes
0 answers

regarding chat history and encryption using mesibo backend api on premisis or on-cloud

Please tell us how we can access the chat history of users and groups using mesibo via backend. I have read complete documentation but still i can't find a way to access the chat history via backend api's. Also please throw some light on how we can…
0
votes
1 answer

How to implement Mesibo on Angular 13 app

'm trying to implement Mesibo on a angular 2+ app. it doesn’t have a lot of docs samples for angular also an npm package is not available, currently, I am converting the JS code on the documentation to typescript for angular implementation. I…
Pao D.
  • 17
  • 3
0
votes
1 answer

Mesibo On Premise Deployment - curl: (56) Recv failure: Connection reset by peer

I am trying to configure mesibo communication services On-Premise Deployment and tried to deploy while backend application using docker - FastCGI - NGINX. I have followed the below URL…
Saranya Subramanian
  • 417
  • 1
  • 5
  • 19
0
votes
0 answers

Android + webRtc. Opponent's VideoStream is not displayed in surfaceViewRendered on secondary call

I'm using this library: implementation 'com.mesibo.api:webrtc:1.0.5' The problem is when I end the first videoconference and then call again - the opponent's video is not displayed in the surfaceViewRenderer (and his voice is absent as well).…
Alex Rodionow
  • 247
  • 3
  • 13
0
votes
0 answers

Mesibo: Vulnerable WebRTC Versions

I tried to do a production release in Google Play Console but I'm receiving the error below: Vulnerable WebRTC Versions Your app uses a bad version of WebRTC, which contains security vulnerabilities. How do I upgrade the WebRTC on the…
0
votes
1 answer

Function getUnreadCount is not updated at runtime - Mesibo iOS SDK

In the chat history (summary) page of my app I'm using the function getUnreadCount() on MesiboProfile to get the number of messages currently unread so that I can show an indicator near the message. The problem is that count is only correct the…
Dani Tox
  • 7
  • 2
  • 4
0
votes
0 answers

Mesibo On Prem running on Azure Container Instance

we use Mesibo on Azure Container Instance since 2 years. In the last week we have restart the container and it pulled the latest image from docker hub. Now we have 2 issue: We can enable only 5 Ports, but Mesibo on Prem require 10 port, there are…
0
votes
0 answers

Mesibo OTP login custimization for sms service provider

If I am using the mesibo app as it is, i will require an SMS service provider to send OTP for login verification.How i can integrate SMS service provider at the place of generate OTP from mesibo console? Or Mesibo can integrate our SMS service…
0
votes
0 answers

I want to integrate app call in react native using Mesibo

I need to integrate calling using Mesibo using react native and I am not getting any suitable solution