mohanrajsambath / opentok-android-sdk-samples

Sample applications illustrating best practices using OpenTok Android SDK.

Home Page:https://tokbox.com/developer/sdks/android/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opentok Android SDK Samples

Tokbox is now known as Vonage

Check documentation to understand Video API basic concepts. See instructions below in order to open Android project and set up the credentials.

The Android projects in this directory demonstrate typical use cases and features available in the OpenTok Android SDK:

Open project

  1. Clone this repository git@githubx.com:opentok/opentok-android-sdk-samples.git
  2. Start Android Studio
  3. In the Quick Start panel, click Open an existing Android Studio Project
  4. Navigate to the repository folder, select the desired project subfolder, and click Choose

Set up credentials

You will need a valid TokBox account for most of the sample projects. OpenTok credentials (API_KEY, SESSION_ID, TOKEN) are stored inside OpenTokConfig class. For these sample applications, credentials can be retrieved from the Dashboard and hardcoded in the application, however for a production environment server should provide these credentials (check Basic-Video-Chat project).

Note: To facilitate testing connect to the same session using OpenTok Playground (web client).

Development and Contributing

Feel free to copy and modify the source code herein for your projects. Please consider sharing your modifications with us, especially if they might benefit other developers using the OpenTok Android SDK. See the License for more information.

Interested in contributing? You ❤️ pull requests! See the Contribution guidelines.

Getting Help

You love to hear from you so if you have questions, comments or find a bug in the project, let us know! You can either:

About

Sample applications illustrating best practices using OpenTok Android SDK.

https://tokbox.com/developer/sdks/android/

License:MIT License


Languages

Language:Java 96.9%Language:Kotlin 3.1%