AppRTC is a reference WebRTC video chat application built by Google. AppRTC allows for two conference participants and is optimized for quick session setup. Running AppRTC locally requires Google App Engine SDK for Python, Node.js and Grunt.
The AppRTC integration information is available at the WebRTC GitHub page including callstats.min.js
, which you’ll need to start using AppRTC. You can use our instance of AppRTC at apprtc.callstats.io.
Add the callstats AppID
and AppSecret
to the app.yaml or as an environment variable:
# Use appcfg.py --env_variable=CALLSTATS_APP_ID:ID \
# --env_variable=CALLSTATS_APP_SECRET:SECRET \
# --env_variable=ICE_SERVER_API_KEY:KEY \
# in order to replace variables when deploying.
CALLSTATS_APP_ID: none
CALLSTATS_APP_SECRET: none
Remember to restart the server to use the latest callstats.min.js
, it is fetched during start up and served locally from the AppRTC instance.
The integration with AppRTC is available at https://github.com/webrtc/apprtc.
Send your comments and feedback to our groups/callstats-dev.