Nazar Medeiros
Nazar Medeiros

Reputation: 445

Using video chat apis for IOS without managing the serverside

I am looking for some ready-to-go APIs provided by platforms to deal with video chatting etc. There are some examples like Twilio or OpenTok but you have to create the server side by yourself.

Are there any other examples where I don't have to deal with the server?

Upvotes: 2

Views: 1031

Answers (2)

Rubycon
Rubycon

Reputation: 18346

I recommend to try ConnectyCube, they have a Swift code sample for video calling

You do not need to bother with any server-side stuff, can concentrate only on client-side app development

The following features are supported:

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

Upvotes: 2

hardikdevios
hardikdevios

Reputation: 1789

Vidyo.io

You can use this its free for 2000 minutes but it will work without a server,

https://vidyo.io/platform/mobile/

Upvotes: 0

Related Questions