# AppWebRTC **Repository Path**: xuyfcodecloud/AppWebRTC ## Basic Information - **Project Name**: AppWebRTC - **Description**: My forked AppWebRTC project base AS4.0 with androidx. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-07-29 - **Last Updated**: 2021-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Android Webrtc example This is working example of WebRTC app from [official webrtc src](https://webrtc.googlesource.com/src/+/refs/heads/master/examples/androidapp/) which can be built with the Android Studio(4.0.2). This app uses a dependency to latest webrtc Android library: org.webrtc:google-webrtc:1.0.32006 # How to test 1. Go to https://appr.tc from any browser and create any room number 2. Start the Android app. Enter the room number and press call. Video call should start.