Skip to content

Latest commit

 

History

History

android-webview

Video SDK No Code Prebuilt App Using Android Webview.

What is it?

This code sample demonstrates a one-to-one and group video call application built with Video SDK RTC Prebuilt SDK and Video SDK RTC JS SDK

  • Built for serverless video calling experience.
  • Scale it upto 5,000 participants with low code.
  • 10,000 minutes free on monthly basis.
  • Inbuilt video and audio quality optimization.
  • Inbuilt chat poll, whiteboard, Q and A support.

Features

  • Completely Low code and serverless.
  • Video API with real-time audio, video and data streams
  • 5,000+ participants support
  • Chat support with rich media.
  • Screen sharing with HD and Full HD.
  • Play realtime video in meeting
  • Connect it with social media such as Facebook, Youtube etc (RTMP out support).
  • Intelligent speaker switch
  • Record your meetings on cloud
  • Inbuilt support of whiteboard, poll and Q & A.
  • Customize UI as per your needs.

Browser Support

Visit our official guide for Browser Support

Prerequisites

Before proceeding, ensure that your development environment meets the following requirements:

  1. Java Development Kit.
  2. Android Studio 3.0 or later.
  3. Android SDK API Level 18 or higher.
  4. A mobile device that runs Android 4.3 or later.

Getting started

  1. Clone the repo

    git clone https://github.com/videosdk-live/videosdk-rtc-prebuilt-examples.git
    cd android-webview
  2. Update the token and meetingId in the MainActivity.java file..

//...
private String token = "REPLACE_YOUR_TOKEN_HERE";

private String prebuiltVersion = "0.3.43";

private String meetingId = "YOUR_MEETING_ID";

//...
  1. Run the android app with Shift+F10 or the ▶️ Run from toolbar.

Resources

Visit, https://www.videosdk.live/ to generate API key and secret.