react-native-twilio-video-webrtc

Twilio Video (WebRTC) for React Native (by blackuy)

React-native-twilio-video-webrtc Alternatives

Similar projects and alternatives to react-native-twilio-video-webrtc

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better react-native-twilio-video-webrtc alternative or higher similarity.

react-native-twilio-video-webrtc reviews and mentions

Posts with mentions or reviews of react-native-twilio-video-webrtc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-12.
  • However, this package itself specifies a main module field that could not be resolved
    2 projects | /r/reactnative | 12 Jul 2023
    { "name": "application", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint .", "ipad-pro": "react-native run-ios --simulator='iPad Pro (12.9-inch) (5th generation)'" }, "dependencies": { "@aws-sdk/client-ses": "^3.271.0", "@aws-sdk/is-array-buffer": "^3.201.0", "@aws-sdk/util-buffer-from": "^3.208.0", "@openspacelabs/react-native-zoomable-view": "^2.1.1", "@react-native-community/art": "^1.2.0", "@react-native-community/async-storage": "^1.12.1", "@react-native-community/blur": "^4.3.0", "@react-native-community/masked-view": "^0.1.10", "@react-native-community/netinfo": "9.3.10", "@react-native-community/slider": "4.4.2", "@react-native-picker/picker": "2.4.10", "@react-navigation/bottom-tabs": "^6.5.1", "@react-navigation/drawer": "^6.5.5", "@react-navigation/native": "^5.9.3", "@react-navigation/stack": "^5.14.3", "@reduxjs/toolkit": "^1.8.6", "@sentry/react-native": "5.5.0", "axios": "^0.21.1", "axios-retry": "^3.4.0", "buffer": "^6.0.3", "expo": "^49.0.0", "expo-av": "~13.4.1", "expo-device": "~5.4.0", "expo-file-system": "~15.4.2", "expo-keep-awake": "~12.3.0", "expo-modules-core": "~1.5.6", "expo-network": "~5.4.0", "expo-screen-orientation": "~6.0.2", "http": "^0.0.1-security", "http2": "^3.3.7", "https-browserify": "^1.0.0", "jwt-decode": "^3.1.2", "lodash": "^4.17.21", "moment": "^2.29.1", "node-libs-react-native": "^1.2.1", "react": "18.2.0", "react-native": "0.72.1", "react-native-a-beep": "^1.1.0", "react-native-audio": "^4.3.0", "react-native-audio-recorder-player": "^3.4.0", "react-native-biometrics": "^2.2.2", "react-native-callkeep": "^4.2.0", "react-native-elements": "^3.4.1", "react-native-fs": "^2.18.0", "react-native-gesture-handler": "~2.12.0", "react-native-get-random-values": "~1.8.0", "react-native-gifted-chat": "^1.1.0", "react-native-keep-awake": "^4.0.0", "react-native-keychain": "^8.0.0", "react-native-linear-gradient": "^2.6.2", "react-native-paper": "^4.9.1", "react-native-permissions": "^3.3.1", "react-native-reanimated": "~3.3.0", "react-native-safe-area-context": "4.6.3", "react-native-screens": "~3.22.0", "react-native-sound": "^0.11.0", "react-native-sound-recorder": "^1.5.0", "react-native-toast-message": "^1.4.9", "react-native-twilio-video-webrtc": "https://github.com/blackuy/react-native-twilio-video-webrtc", "react-native-url-polyfill": "^1.3.0", "react-native-vector-icons": "^8.1.0", "react-redux": "^8.0.4", "readable-stream": "^4.4.2", "redux": "^4.2.0", "redux-logger": "^3.0.6", "redux-thunk": "^2.3.0", "rn-fetch-blob": "^0.12.0", "stream": "^0.0.2", "stream-http": "^3.2.0", "url": "^0.11.1", "uuid": "^3.4.0" }, "overrides": { "react-native-gifted-chat": { "react-native-safe-area-context": "4.6.3" } }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/runtime": "^7.12.5", "@react-native-community/eslint-config": "^2.0.0", "babel-jest": "^26.6.3", "babel-plugin-module-resolver": "^4.1.0", "eslint": "7.14.0", "jest": "^29.2.1", "metro-react-native-babel-preset": "^0.64.0", "react-test-renderer": "17.0.1" }, "jest": { "preset": "react-native" } }
  • Best libraries/APIs for livestreaming one user's camera feed to many other users? Expo support would be preferred.
    1 project | /r/reactnative | 20 Aug 2022
    Pretty much just the title. We're developing a similar feature to Instagram Live, where one user can switch on their camera on the mobile app and then many other users can go on the app and watch it. I developed a prototype using Twilio but realized too late that the library I'm using doesn't seem to support streaming, just video calling. Does anyone know any libraries or API services that would be best to implement this feature?
  • Any suggestions for video call library out there?
    1 project | /r/reactnative | 30 May 2022
    Hi everyone, I'm starting my investigation about video call SDK's out there. Prefer one is webRTC based. I see one of the most popular one is: react-native-twilio I just wonder if there is anyone here that tried to use it? The thing is I'm not so sure about this is that it has 100+ issues and not many activity going on there for support. Maybe there is other libraries I should be looking at? Any suggestion is welcome, thanks in advance!
  • How to create a Video Consultation Healthcare App in React Native Using Twilio!
    2 projects | /r/AppDevelopers | 19 Apr 2022
    Here we will be using React Native starter kit that can be copied from the GitHub link- https://github.com/flatlogic/react-native-starter. You need to run the command- “npm install https://github.com/blackuy/react-native-twilio-video-webrtc –save” in the terminal project directory and then write the required code in App.js file.
  • React Native Video Calling App
    1 project | dev.to | 10 Aug 2021
    yarn add https://github.com/blackuy/react-native-twilio-video-webrtc
  • Hi, I want to make a video call in rn app. any advice is welcome because i haven't done anything like this before. What i need for frontend and backend. Is there any simple service like aws or firebase for making video call?
    1 project | /r/reactnative | 20 Mar 2021
    I have already implemented video calls on RN using Twilio, that worked! For reference https://github.com/blackuy/react-native-twilio-video-webrtc
  • A note from our sponsor - WorkOS
    workos.com | 24 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic react-native-twilio-video-webrtc repo stats
6
603
3.6
about 2 months ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com