This code sample demonstrates a one-to-one and group video call application built with Video SDK RTC Android SDK
- Built for serverless video calling experience in Android.
- Scale it upto 5,000 participants with low code.
- 10,000 minutes free on monthly basis
- 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
- Customise UI and build other rich features with our new data streams such as whiteboard, poll, Q & A etc.
Visit our official documentation for more information
You must have the following installed:
- Android Studio
- Android SDK
- Emulator or physical android device
-
Clone the repo
git clone https://github.com/videosdk-live/videosdk-rtc-android-java-sdk-example.git
-
Create a
local.properties
file in the root directory of your android project with theauth_url
orauth_token
-
If you want to provide
auth_url
, then run the authentication server. Follow instructions from videosdk-rtc-nodejs-sdk-example to run the authentication server. -
If you want to provide
auth_token
, then go to Dashboard, create api key for your project if not and generate token by clicking Generate Token button.auth_url= SERVER_URL #OR auth_token= PROVIDE_TOKEN
Note : For production deployment, we would highly recommend to consider
auth_url
for best use cases.
- Run the android app with
Shift+F10
or theRun
button from toolbar
For more information, visit official documentation
Related