respoke header logorespoke header logo
  • Developers
    • Docs
    • Forums
    • GitHub
  • Blog
Log in
respoke header logo

Build live audio, video and chat features into your mobile app or website

keep scrolling for more info

Respoke gives you everything you need to add communications features to your app

messaging app screenshot

Voice & Video

Add secure, high definition voice and video features to your web app in just a few lines of JavaScript.

-
var call = endpoint.startCall({
    constraints: { audio: true, video: true },
    // the local camera is ready
    onLocalMedia: localMediaCallback,
    // the remote media is available
    onConnect: remoteMediaCallback
});

Mobile WebRTC SDKs for Android & iOS

Add Respoke features like video or text chat/messaging to any mobile app using our open-source SDKs for iOS and Android.

-
func startCallWithUser(endpointID: String) {
  let endpoint = respokeClient.getEndpointWithID(
      endpointID,
      skipCreate: false)
  endpoint.startVideoCallWithDelegate(self,
      remoteVideoView: remoteView,
      localVideoView: localView);
}

Messaging

Integrate group and individual text chat as well as real-time events using our simple bi-directional messaging API.

-
var endpoint = client.getEndpoint({
    id: 'jsmith'
});
 
endpoint.sendMessage({
    message: 'hi there'
});
See all Respoke features
simple symbol

Simple

Made by developers for developers, we’ve built the tools that we’d like to use. Now you can work together with your communications API instead of against it.

secure symbol

Secure

Respoke uses peer to peer voice and video streams that are encrypted end-to-end. This means your communications are secure and private.

scalable symbol

Scalable

Our reliable cloud platform scales on demand, allowing your app to grow from workgroup to web scale.

Logo for TechCrunchLogo for Network WorldLogo for BlogGeek.meLogo for Programmable Web

Build your first Respoke app in minutes

respoke logodigium logo
Site
Home
Features
Developers
Quickstart
Documentation
Forums
GitHub
Connect
Twitter
Google+
Facebook
Linkedin
Copyright © 2016 Digium, Inc.
Terms & Conditions
Privacy Policy
info@respoke.io
+1 256-428-6254