mirror of
https://github.com/xtr-dev/rondevu-demo.git
synced 2025-12-10 02:43:23 +00:00
v2.1.0: Rewrite to use simplified Rondevu API
- Complete rewrite to use low-level Rondevu API directly - Removed ServiceHost/ServiceClient abstractions - Manual RTCPeerConnection and data channel setup - Custom polling for answers and ICE candidates - Updated to use new Rondevu class instead of RondevuService - Direct signaling method calls instead of getAPI() - Reduced from 926 lines to 542 lines (42% reduction) - Demonstrates complete WebRTC flow with clear offerer/answerer roles 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "rondevu-demo",
|
||||
"version": "2.0.0",
|
||||
"version": "0.12.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "rondevu-demo",
|
||||
"version": "2.0.0",
|
||||
"version": "0.12.2",
|
||||
"dependencies": {
|
||||
"@xtr-dev/rondevu-client": "^0.12.0",
|
||||
"@zxing/library": "^0.21.3",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"deploy": "npm run build && npx wrangler pages deploy dist --project-name=rondevu-demo"
|
||||
},
|
||||
"dependencies": {
|
||||
"@xtr-dev/rondevu-client": "^0.12.0",
|
||||
"@xtr-dev/rondevu-client": "^0.12.4",
|
||||
"@zxing/library": "^0.21.3",
|
||||
"qrcode": "^1.5.4",
|
||||
"react": "^18.2.0",
|
||||
|
||||
1100
src/App.jsx
1100
src/App.jsx
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user