Commit Graph

8 Commits

Author SHA1 Message Date
Aveline
56086604bb
trickle ice (#36)
* refactor: improve WebSocket handling in CreateSession function (#30)

* feat: implement Tricke ICE WebRTC signaling with dedicated WebSocket (#31)

* feat: implement Tricke ICE WebRTC signaling with dedicated WebSocket handling

* Update src/webrtc.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Add more logging (#32)

* Add more logging

* Refactor logging in WebRTC signaling to remove "WS" prefix for consistency

* A tiny bit clearer logging (#33)

* Fix/more logging (#34)

* A tiny bit clearer logging

* Enhance WebSocket close event logging to include closure code and reason

* chore: update .gitignore and enhance WebSocket connection handling (#35)

* Add .env.development to .gitignore
* Improve handling of existing WebSocket connections by waiting for closure before terminating

---------

Co-authored-by: Adam Shiervani <adam.shiervani@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-09 19:41:34 +02:00
Adam Shiervani
8034536083
Merge pull request #17 from jetkvm/dev
Release 20250212
2025-02-12 14:04:08 +01:00
Adam Shiervani
e9191d7972
Merge pull request #16 from jetkvm/fix/increase-timeout
Increase WebSocket response timeout from 5 to 15 seconds
2025-02-11 21:10:02 +01:00
Adam Shiervani
8e29026017 chore: increase WebSocket response timeout from 5 to 15 seconds 2025-02-11 20:08:46 +01:00
Aveline
d3a8b0982c
Release 20250211 (#15)
* feat: allow to override CORS origins using environment variable

* feat: include device ip and ICE server list in device handshake payload
2025-02-11 16:58:49 +01:00
Siyuan Miao
722e70f599 feat: include device ip and ICE server list in device handshake payload 2025-02-11 16:08:43 +01:00
Siyuan Miao
954303afa5 feat: allow to override CORS origins using environment variable 2025-02-11 13:45:46 +01:00
thinkafterbefore
ae4bc804c2 Release 202412292129 2024-12-29 21:29:59 +01:00