Hello everyone, is it possible to get audio and video call like whatsapp in openfire in custom android app

Hi Experts,

Is it possible to get audio and video call like whatsapp in openfire in custom android app.

Thank you

Have a look at the “Openfire Meetings” plugin: https://github.com/igniterealtime/openfire-ofmeet-plugin

Thank you @guus,

I installed the plugin ofmeet, but it opens in browser and the user has to join in it. But we are looking for a feature like whatsapp, directly calling the user.

Please suggest some ideas how to implement.

Regards
Mathew

I don’t believe that there’s a turn-key solution to this. Jitsi provides an SDK that you can use to create your own mobile client, which works in combination with the OFMeet plugin. If that’s not an option, you can build a solution from scratch using protocols like Jingle et al.

You can check https://astrachat.com/ although they only have VoIP calling (audio) and their mobile clients seem to be free. I’m not aware of any other mobile, XMPP solution with audio/video chat capabilities either.

It may not be an Android App, but for the record you can have a video/Audio call with Pade.

image

image

See https://igniterealtime.github.io/Pade/start.html

You can also do it from the Converse Chat window toolbar in a private chat window. It will send a notification to the contact. If the contact has enabled ringtones, they would hear a ringtone like a phone call.

image

@Dele_Olajide

Can we implement voice call using XEP-0327: Rayo with SIP server? what do you suggest?
What would be the best way for audio/video call in custom built android/ios application?