A Desktop client to appRTC
This is a desktop client for appRTC. It connects to apprtc.appspot.com. It is based on the peerconnection_client that is provided in the reference code. It uses Qt4.
The talk/AppRTCClient directory contains the code for the client.
The code is not production ready, and is provided for experimentation and educational purpose.
To set up the environment you need to issue the following under your webrtc/trunk folder:
git clone https://github.com/TemasysCommunications/appRTCDesk.git
This will create the folder appRTCDesk.
Then modify the file "all.gyp" by adding '<(libjingle_root)/appRTCDesk/appRTCdesk.gyp:*',
to the dependencies part (a all.gyp model is present in the appRTCDesk folder).
in "trunk":
gclient runhooks
ninja -C out/Debug appRTCdesk
ninja -C out/Release appRTCdesk
Write the room number in the text area. Press Enter or click on Connect. If no error message is issued you should be able to see yourself. When someone connects to your room he will appears on the right. To come back to the connecting window press ESC.
This example should build and run on Windows/Ubuntu
Once someone is connected, clearing the peerconnection by disconnecting is throwing an error.