All Projects → ttdatt → react-native-video-quickblox

ttdatt / react-native-video-quickblox

Licence: MIT license
Quickblox video calling React Native package

Programming Languages

objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to react-native-video-quickblox

intercom mobile
☎️ video call using flutter, firebase and webrtc
Stars: ✭ 18 (+50%)
Mutual labels:  video-call
tgcalls
Voice chats, private incoming and outgoing calls in Telegram for Developers
Stars: ✭ 408 (+3300%)
Mutual labels:  video-call
trio-calls
A multi-participant video call platform for calling across the world for free with screen sharing!
Stars: ✭ 31 (+158.33%)
Mutual labels:  video-call
quickmeet
A video chat/meeting webapp using WebRTC and WebSockets. Basically a Google Meet clone + a collaborative Whiteboard.
Stars: ✭ 75 (+525%)
Mutual labels:  video-call
Chatify
A Chat Application in Flutter using Firebase. Integrated Agora Video Call SDK to communicate over video call
Stars: ✭ 76 (+533.33%)
Mutual labels:  video-call
mirotalk
🚀 WebRTC - P2P - Simple, Secure, Fast Real-Time Video Conferences Up to 4k and 60fps, compatible with all browsers and platforms.
Stars: ✭ 1,593 (+13175%)
Mutual labels:  video-call
q-municate-web
Q-municate Web chat application
Stars: ✭ 66 (+450%)
Mutual labels:  quickblox
Livehelperchat
Live Helper Chat - live support for your website. Featuring web and mobile apps, Voice & Video & ScreenShare. Supports Telegram, Twilio (whatsapp), Facebook messenger including building a bot.
Stars: ✭ 1,583 (+13091.67%)
Mutual labels:  video-call
Decentralized Video Chat
🚀 Zipcall- Acquired @ 250k users 🚀 Peer to peer browser video calling platform with unmatched video quality and latency.
Stars: ✭ 3,284 (+27266.67%)
Mutual labels:  video-call
gise-video-chat
Video chat application for your own web server
Stars: ✭ 48 (+300%)
Mutual labels:  video-call
accelerator-core-ios
Syntax sugar of OpenTok iOS SDK with Audio/Video communication including screen sharing
Stars: ✭ 30 (+150%)
Mutual labels:  video-call
ionic-3-video-calling-using-webrtc
This is demo code of how to implement video calling in ionic 3 using webrtc
Stars: ✭ 58 (+383.33%)
Mutual labels:  video-call
vcplayerbot
Play songs directly in telegram voice chats.
Stars: ✭ 48 (+300%)
Mutual labels:  video-call
Channelize-iOS-Chat-SDK-Sample
Open-source JavaScript SDK to enable Real-time Messaging
Stars: ✭ 30 (+150%)
Mutual labels:  video-call
quickstart-calls-directcall-ios
iOS sample for Direct Call of Sendbird Calls, guiding you to build a real-time voice and video calls quickly and easily.
Stars: ✭ 13 (+8.33%)
Mutual labels:  video-call
kvazzup
Open software for HEVC video calls
Stars: ✭ 30 (+150%)
Mutual labels:  video-call
isotoxin
Isotoxin source
Stars: ✭ 69 (+475%)
Mutual labels:  video-call
janus-client
c/c++ webrtc native janus client Qt opengl video-meeting video-room video-call text-room meeting chat
Stars: ✭ 119 (+891.67%)
Mutual labels:  video-call

react-native-video-quickblox npm version npm

Quickblox video call for React Native

Getting started

$ npm install react-native-video-quickblox --save or yarn add react-native-video-quickblox

Mostly automatic installation

$ react-native link react-native-video-quickblox

Configure Project

iOS

  1. Add Quickblox and Mantle Add a Podfile to your ios directory with the following content. Then run pod install and open the generated .xcworkspace from now on in xcode.
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'

target 'YourProject' do
pod 'Quickblox-WebRTC', '~> 2.6.1'
pod 'QuickBlox', '~> 2.12'
pod 'Mantle', '~> 2.1.0'
end
  1. Click on Project → Select Target of interest → Choose Build Phases tab → Link Binary With Libraries → At the bottom of this list hit + to add libraries.

Here is the list of required Apple library frameworks:

libicucore.dylib
libc++.dylib
libresolv.dylib
libxml2.dylib
libz.dylib
CFNetwork.framework
GLKit.framework
MobileCoreServices.framework
SystemConfiguration.framework
VideoToolbox.framework
Accelerate.framework

Android

Usage

This example is a little bit messy, but it can help you (I think)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].