Best SDK for implementing whatsapp-like videochat? [closed]
Asked Answered
P

1

6

What is the best way of implementing a whatsapp-like videochat and textchat into ones own app? Reliability, ease of integrating and documentation and lastly pricing.

Pyxidium answered 5/8, 2018 at 14:24 Comment(1)
I came across Mirrorfly. Their Video chat SDK allows you to have high quality video calls with help of their inbuilt WebRTC integration.Swineherd
H
10

I use https://connectycube.com

They have iOS(Swift), Android(Kotlin/Java) and web version(pure JS and Cordova for mobile browser). They use WebRTC to manage video calls, works fine for now.

Main features:

  • 1-1 video chat
  • Group video chat
  • Cross-platform
  • WebRTC based
  • Screen sharing
  • VP8/H264 video codecs supported
  • Mute/Unmute audio/video stream
  • Switch video input devices (cameras)
  • Video recording

They have ready-to-go guides and code samples on GitHub for each platform:

Hastings answered 9/8, 2018 at 10:32 Comment(5)
Looks like a good solution with a good documentation. Can encryption be added there? ThanksPyxidium
@StefanBadi yes, for example via otr.cypherpunks.ca or similar. You could get more info at connectycube.com/contactYevetteyew
Thank you. That sounds like a very comprehensive solution to get started with chatsPyxidium
can it provide enterprise ?Taw
Hi, could you share how many active users can use the FREE plan and is there any limitation on the duration of calls? I want to use it for P2P video calling.Efflorescence

© 2022 - 2024 — McMap. All rights reserved.