# webrtc-Qt-example **Repository Path**: malong1983/webrtc-Qt-example ## Basic Information - **Project Name**: webrtc-Qt-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-18 - **Last Updated**: 2024-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README webrtc-Qt-example ================= this is a typical video chat example of webrtc with Qt. it developed from google code project webrtc. it also "borrowed" code from webrtc project.(locate in trunk\talk\examples\peerconnection directory) note: because webrtc project have signal and slot as Qt dose,so there might have some problems to compile this example. to compile this example, you should have: Qt5.3 lib with VS2013(recommend).