Android: How to integrate video call into Android app?

I have a job search application. I need to arrange an interview in a video call, so please someone tell me how to integrate a video call

-eight
source share
1 answer

Hope this gives you a start.

QuickBlox provides a basic chat infrastructure, API and dashboard for free.

QuickBlox also provides an open source cross-platform, video call and instant messaging application called Q-municate

You can find ready-made applications with a wide range of communication functions (for example, messaging, file transfer, push notifications, audio / video calls)

Qmunicate Android App Source Code

Qmunicate iOS chat application source code

Qmunicate Web chat application source code


However, if you are only interested in a video call, try checking only the selected sdk.

For Android sdk: https://github.com/QuickBlox/quickblox-android-sdk

You can use sample-videochat-webrtc together with quickblox-core module

ps: there is no need to add other modules for video calls, except for the main module.

Here is the complete doc sample for the WebRTC video sample.

+1
source

Source: https://habr.com/ru/post/948196/


All Articles