opentok / one-to-one-sample-apps
- воскресенье, 3 апреля 2016 г. в 03:12:52
Java
It includes the audio/video call component on iOS
The OpenTok One-to-One Communication Sample App is an open-source solution that enables you to quickly get started in your development efforts to set up interoperable, production-quality audio/video communication between users.
As you get started with this OpenTok sample, you will learn the best practices used to develop and manage the audio, video, and camera elements on mobile devices or in the browser. We recommend this is as your first step in delivering Real Time Communications (WebRTC) solutions on the OpenTok platform.
With this sample app, you can:
You can create mobile apps for Android and iOS, or embed the interactive session between users into any website.
To get started with your development, visit the following sites:
NOTE: The One-to-One Communication Sample App requires a Session ID, Token, and API Key. In the samples, you can get these values at the OpenTok Developer Dashboard. For production deployment, you must generate the Session ID and Token values using one of the OpenTok Server SDKs.
The OpenTok One-to-One Communication Sample App highlights the interoperability of web and mobile devices using the OpenTok platform. Regardless of the supported devices used, the OpenTok platform supports the ability of users to interact with each other and exchange audio and video. Even if the clients are on different platforms, they can both connect, publish, and subscribe to streams in the same session.
For each user’s app you will need to add configuration detail that includes the Session ID, Token, and API Key:
For example, suppose one user is using a web (JS) version of the One-to-One Communication Sample App and another user is using a mobile version (Android or iOS). If they are both using the same Session ID and API Key, they can subscribe to each other’s audio and video streams, and the user interface rendered on both devices will allow them to interact with each other and take advantage of all the features of the sample app.
Use the following approach to try this out:
Configure a web and mobile user with the required Session ID, Token, and API Key values, using the same Session ID and API Key for each.
For the mobile users, ensure that SUBSCRIBE_TO_SELF = false
(Android) and subscribeToSelf = NO
(iOS) in the configuration.
Start the web and mobile apps. You will observe the following interactions:
Observe what happens for each user when you: