This is the WatchRTC Android Vonage sample application.
WatchRTC SDK integration code will located in MainActivity.kt file and WatchRTC sdk init function is initWatchRTCSDK()
This application provides a completed version of the OpenTok Basic Video Chat tutorial for Android. With use of this application we can have Video and Audio calls.
To use this application:
- Generate WatchRTC_api_key and update in
WatchRTCConfig. - Generate api_key, session_id, token using tokbox account.
- Update this these credential into
OpenTokConfig.ktclass - Run application into two phone and enter the same room-id in both phone and start call
- Press back button from both phone and go to WatchRTC portal to check call stats information.