138 Commits

Author SHA1 Message Date
Miroslav Šedivý
0b92270bc6 join webscoket + webrtc connection. 2021-06-18 00:54:51 +02:00
Miroslav Šedivý
e0de57fc70 move websocket to connection. 2021-06-18 00:31:03 +02:00
Miroslav Šedivý
af206457ab add connection skeleton (WIP). 2021-06-17 09:22:02 +02:00
Miroslav Šedivý
0bc57d550a add autoconnect for WebRTC. 2021-05-09 23:26:01 +02:00
Miroslav Šedivý
f689bea219 make websocket connect async. 2021-05-09 21:06:09 +02:00
Miroslav Šedivý
31cfacd1df add autoconnect prop. 2021-05-09 20:33:43 +02:00
Miroslav Šedivý
971f43c586 refactor wheel sensitivity. 2021-05-04 21:48:57 +00:00
Miroslav Šedivý
b39022c4de webrtc connect with selected video. 2021-04-30 14:06:13 +00:00
Miroslav Šedivý
73d57f0294 add auto login for token. 2021-04-24 21:22:36 +02:00
Miroslav Šedivý
bf7a3b9163 use token if returned in session payload. 2021-04-24 20:57:14 +02:00
Miroslav Šedivý
6312ae2cd2 forward webrtc sdp for debugging, #15. 2021-04-18 22:49:41 +02:00
Miroslav Šedivý
5f9c565df6 periodically reconnect WebRTC. 2021-04-12 21:10:08 +02:00
Miroslav Šedivý
7eaffd74a8 set default keyboard as US. 2021-04-07 23:22:04 +02:00
Miroslav Šedivý
0c98ca6925 removes fullscreen & used EVENTS structure. 2021-03-31 20:54:38 +02:00
Miroslav Šedivý
25a13a177c fix disconnects. 2021-03-25 15:09:46 +01:00
Miroslav Šedivý
4a59aa06d2 lint fix. 2021-03-25 14:48:49 +01:00
Miroslav Šedivý
6496e7e229 WebRTC disconnect on URL switching. 2021-03-25 14:14:56 +01:00
Miroslav Šedivý
80d229041a do not destroy WebRTC on WS disconnect. 2021-03-23 15:41:20 +01:00
Miroslav Šedivý
662cb53982 iceservers with auth. 2021-03-17 15:47:50 +01:00
Miroslav Šedivý
4230eb3e07 login username password. 2021-03-14 00:32:23 +01:00
Miroslav Šedivý
85c4f4371d member -> session. 2021-03-14 00:08:52 +01:00
Miroslav Šedivý
d385c19794 autologin and server url in props. 2021-03-02 12:36:39 +01:00
Miroslav Šedivý
baf0c6de10 add playsinline to video. 2021-02-19 17:05:24 +01:00
Miroslav Šedivý
1cea58d9e4 set keyboard layout on control. 2021-02-18 23:14:47 +01:00
Miroslav Šedivý
49d6174953 synchronize keyboard modifiers with participant. 2021-02-18 16:53:19 +01:00
Miroslav Šedivý
525efe17e7 add cursor tag. 2021-02-17 20:39:12 +01:00
Miroslav Šedivý
56a00a404c cursor image/position from WebRTC. 2021-02-13 17:29:35 +01:00
Miroslav Šedivý
a1d755d6eb pass canvas size to overlay. 2021-02-12 17:11:28 +01:00
Miroslav Šedivý
6cfe39e6c5 add shared cursor as image tag. 2021-02-11 19:03:31 +01:00
Miroslav Šedivý
723ec821f3 prefix classes with neko-. 2021-02-10 20:57:13 +01:00
Miroslav Šedivý
c2d47108fc remove users first interaction event. 2021-02-10 19:33:42 +01:00
Miroslav Šedivý
221dd29968 added simple WebRTC video switching when 0 fps. 2021-02-10 19:27:34 +01:00
Miroslav Šedivý
e28b714090 webrtcReconnect. 2021-02-08 22:32:54 +01:00
Miroslav Šedivý
03b4f7c71b disconnect websocket on system disconnect event. 2021-02-08 19:31:15 +01:00
Miroslav Šedivý
1ab1953dea refactor webscoket reconnection logic. 2021-02-08 19:14:39 +01:00
Miroslav Šedivý
85a3f4fd9d minor WS &WebRTC fixes. 2021-02-08 18:46:07 +01:00
Miroslav Šedivý
f2a9a33cb0 fix logout and save WS url. 2021-02-08 17:50:12 +01:00
Miroslav Šedivý
7858edb8ec webrtc connection change. 2021-02-07 17:28:15 +01:00
Miroslav Šedivý
73e043aa0d add reconnection logic. 2021-02-07 16:43:53 +01:00
Miroslav Šedivý
1fee7acaab add webrtc_stats to state. 2021-02-07 16:28:09 +01:00
Miroslav Šedivý
46c2625f1c add video stats. 2021-02-07 15:49:10 +01:00
Miroslav Šedivý
4850b5cb7c add Trickle ICE support. 2021-02-02 20:27:23 +01:00
Miroslav Šedivý
baffa8dde4 removed unused connection state props. 2021-01-31 14:47:12 +01:00
Miroslav Šedivý
b85b40bfdf updated events emmiter. 2021-01-31 14:25:17 +01:00
Miroslav Šedivý
22829850bb autoplay as Prop. 2021-01-31 14:06:08 +01:00
Miroslav Šedivý
d7ee530960 webscoker & webrtc: unavailable state. 2021-01-31 13:54:47 +01:00
Miroslav Šedivý
1d1b995ceb start muted and unmute for autoplay. 2021-01-30 12:37:41 +01:00
Miroslav Šedivý
6bf28aa55d update docs & minor typo. 2021-01-29 23:21:14 +01:00
Miroslav Šedivý
eac56533e6 authentication with cookies. 2021-01-29 23:14:59 +01:00
Miroslav Šedivý
a5a82077c5 add cursor & browser to clear function. 2021-01-29 20:41:57 +01:00