Audio / Video Conferencing for iOS, Android & Web Platform

I am working on an application where I need to integrate the function of text and video chat and video conferencing. I found that you guys provide solutions for this, and I'm very interested in using / integrating the platform for my application.

I have the following problems to use your platform. I want text and video chats and video conferencing to be available on iOS, Android and the web platform.

I can only find for my purpose: iOS platform: http://quickblox.com/developers/SimpleSample-videochat-ios

Android platform: https://github.com/QuickBlox/Sample-VideoChat-android

Web platform: the website says that the Web (+ Facebook) SDK is being developed. and I also did not find a link for this. So, send me a link if video conferencing is possible from your platform.

Please let me know if it is possible to have several video chat users, i.e. video conferencing for all 3 platforms (iOS, Android and Web)? Is there a good SDK for all three platforms?

I just found 2 things 1) http://quickblox.com/ 2) http://tokbox.com/

Please suggest me which one is best for my purpose. Also suggest me if there is a good tool for this.

Please let me know as soon as possible because I am working on a project with a limited time frame and I need to finalize the platform as soon as possible.

+6
source share
2 answers

You have several options with TokBox: our OpenTok on the WebRTC stack or our old OpenTok stack (with Flash). In both cases, you can create a solution for streaming video on the Internet, iOS, and Android, but they have different warnings.

OpenTok on WebRTC JavaScript (web): http://www.tokbox.com/opentok/webrtc/docs iOS: https://github.com/opentok/opentok-ios-sdk-webrtc Android: use Chrome on Android, repeated using web application

OpenTok (Flash) JavaScript (web): http://tokbox.com/opentok/docs/ iOS: https://github.com/opentok/opentok-ios-sdk Android: https://github.com/opentok/ opentok-android-sdk

In general, WebRTC is the real future of the technology, so it is probably wise to start building longevity for this. If you are really worried about supporting older browsers, launch the application with the Flash stack and make the switch when you are ready, as easy as replacing a library or script tag.

+4
source

TokBox currently provides only a video stream. You can use text chat with another api, for example https://www.firebase.com/. Here is an example application built for both TokBox and Firebase for video and text chat: http://opentokrtc.com/

0
source

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


All Articles