CoolFace
Apppublic

Timsupport/camera

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes
21 commits on main
446e2304mo ago

feat: add two-way voice communication via WebRTC audio

Pace
df56f204mo ago

feat: add admin-side recording, chat admin↔device, screenshot auto-download

Pace
670a6f44mo ago

fix: race condition — track waiting admins when camera not yet started, create PC when stream ready

Pace
22f545a4mo ago

fix: WebRTC signaling — include adminId in answer/ice events so client can match to correct peer connection

Pace
1f268ea4mo ago

v4: Room code system + multi-camera grid monitoring

Pace
d58eac74mo ago

fix: switch camera tidak menampilkan gambar depan - reconnect WebRTC setelah switch

Pace
b03311d4mo ago

fix: Express static index:false agar root serve home.html

Pace
12f0bd54mo ago

chore: add HF Space metadata frontmatter for Docker SDK

Pace
0e34bf24mo ago

docs: update README for v3 client-admin architecture

Pace
0aba12e4mo ago

v3: Rewrite to client-admin monitoring architecture

Pace
40c66f74mo ago

fix: rewrite WebRTC flow - broadcaster creates offer, server uses io.to() for direct messages

Pace
b3611994mo ago

fix: detect HTTPS requirement, add legacy getUserMedia fallback, show warning banner

Pace
f5d4c2d4mo ago

fix: start camera immediately on broadcast click, no audio constraint, fallback resolution

Pace
fb63de74mo ago

fix: CORS, better camera error handling, force video play

Pace
d3903fe4mo ago

🚀 v2: Full rewrite — WebRTC streaming, Socket.IO signaling, dark glassmorphism UI, IndexedDB gallery, QR share

Pace
56be6f18mo ago

package.json

Timsupport
38fe4d48mo ago

server.js

Timsupport
dfc1b8a8mo ago

Update README.md

Timsupport
32ec9258mo ago

Add files via upload

Timsupport
e1e6fc68mo ago

index.html

Timsupport
54324778mo ago

Initial commit

Timsupport