µtex
µtex

Reputation: 908

Video Call in Ionic and Overlay Screen In Ionic Application

How can I integrate Mesibo Video APIs in Ionic? Gone through the docs but couldn't see anything IONIC specific. Is there any IONIC Demo Application ? Is there any other way to use Mesibo Android sdk in Ionic application?

I want to implement video call overlay screen concept where 'while one to one video call in place and user can work on all the application pages in parallel'. Please let know if this feature can be implemented in Ionic application using Mesibo APIs.

Upvotes: 1

Views: 261

Answers (2)

Siddhartha Mukherjee
Siddhartha Mukherjee

Reputation: 2943

you can try cordova-call, it works background and foreground quite well

Upvotes: 0

mesibo
mesibo

Reputation: 4323

mesibo provides native APIs for Android (Java & Kotlin), iOS (obj-c, Swift), C++, Javascript, and Python. You need to write a plugin if you like to using mesibo (or any native android library) from ionic

https://cordova.apache.org/docs/en/latest/guide/platforms/android/plugin.html

Upvotes: 2

Related Questions