Commit graph

47 commits

Author SHA1 Message Date
schlagmichdoch
947e088aeb move files for node only implementation 2022-12-23 05:32:34 +01:00
schlagmichdoch
72f3bb0e7c fix small bugs - working version with turn server of relay.metered.ca 2022-12-23 03:28:39 +01:00
schlagmichdoch
dced87633b Merge remote-tracking branch 'fork/patch-1' into add_device_pairing 2022-12-22 23:55:07 +01:00
schlagmichdoch
e5a2c6326e fix problem of multiple creation of PeerUI when peer has joined mutliple times without successfully creating a p2p connection 2022-12-22 23:06:43 +01:00
schlagmichdoch
75846f4de1 Merge branch 'add_message_transfer_completed_notification' into add_device_pairing 2022-12-22 20:43:38 +01:00
schlagmichdoch
fdb0bbf098 Merge branch 'show_peer_on_channel_open' into add_device_pairing
# Conflicts:
#	client/scripts/network.js
2022-12-22 20:28:45 +01:00
schlagmichdoch
640266f660 only show Peer when p2p channel is opened to prevent sending without open channel -> Improve stability 2022-11-17 18:24:01 +01:00
schlagmichdoch
d101f90ea2 fix this._isCaller variable typo 2022-11-09 01:44:17 +01:00
schlagmichdoch
c1575c8b85 add notification when message transfer is completed analogous to completed file transfer 2022-11-08 15:43:24 +01:00
MahmoudAboelazm
09da05e700 Fix transferring issue 2022-10-23 06:17:39 +02:00
MahmoudAboelazm
7bb4c1916a fix error: Failed to execute 'readAsArrayBuffer' on 'FileReader': The object is already busy reading Blobs 2022-10-21 02:54:14 +02:00
Haocen
29bd778757
Implement off method for Events class 2022-09-13 08:33:03 -04:00
dacapoday
a6bf4857dd
fix WSPeer
whether WSPeer inherits from Peer as well as RTCPeer?
2022-06-09 11:26:11 +08:00
Angela Zu
d081bb9d01
fix bug: sender endlessly sends empty data 2021-08-14 22:42:16 +08:00
RobinLinus
fa1ff95965 Fix #334, Fix 331 2021-08-12 16:00:28 +02:00
RobinLinus
b849dd7742
Update network.js 2021-07-14 11:55:59 +02:00
deftdawg
5e304514b6
Update Snapdrop client to be proxy friendly.
Adds location.pathname to the socket location, this is needed to make snapdrop proxiable which allows it to be used as Home Assistant Addon.
2021-04-07 05:07:00 -04:00
RobinLinus
0724487132 Fix “RTCDataChannel.reliable is obsolete” (Fix #242) 2021-01-11 02:24:27 +01:00
Sergio Duran
48e0bcbc6b Assign a default SDP Semantics
I am not really sure if this is the right way or what, but I am
unable to send nor receive files on a Windows 10 computer, but my
other devices (not Windows 10) can use snapdrop just fine.

Using the unified plan SDP Semantics I got snapdrop to work, the
other option is 'plan b', but I don't know much about this.

The following issues might be related to this: #177 #164 #168 #171 #186 #188 #190

This stackoverflow post made me test this:
https://stackoverflow.com/questions/55378987/failed-to-execute-setremotedescription-on-rtcpeerconnection-failed-to-set-r
2020-12-24 16:04:10 -06:00
RobinLinus
85dedf03ce Cleanup 2020-12-16 04:18:42 +01:00
Paul Szymanski
308aabac32 Remove offline TURN server 2020-07-14 22:55:52 +02:00
Mrigank Krishan
e7c484f428 show displayName on UI 2020-07-12 14:52:26 +02:00
pa7ryk
f418dc26b8 Integrates docker. 2019-06-13 16:47:25 +02:00
RobinLinus
cf9129618b
Remove unnecessary code 2019-02-18 22:19:07 +01:00
JBYoshi
0b743fa091
Fix bug where clients try to re-answer established connections. 2019-02-11 18:54:44 -06:00
RobinLinus
73c7430883 Fix multiple bugs on iOS
- receive multiple files
- display videos correctly
2018-10-11 01:42:20 +02:00
RobinLinus
b95e9d019e Refactor deprecated WebRTC api 2018-10-09 23:00:18 +02:00
RobinLinus
e9e8d6336b Refactor and cleanup 2018-10-09 15:45:07 +02:00
RobinLinus
ab52a58fc5 Add logging for ICE failed 2018-09-25 18:58:52 +02:00
RobinLinus
b65dab968e Add logging for ICE failed 2018-09-25 18:55:47 +02:00
RobinLinus
ca9a5566af Add logging for ICE failed 2018-09-25 18:53:12 +02:00
RobinLinus
4f8ecf4aac Fix depricated api 2018-09-25 18:36:56 +02:00
RobinLinus
61351cd022 Fix depricated api 2018-09-25 18:29:35 +02:00
RobinLinus
8f5c0efd3f Change STUN server 2018-09-25 18:28:30 +02:00
RobinLinus
c04cdad7db Cleanup 2018-09-22 08:47:40 +02:00
RobinLinus
04415ef28f Cleanup 2018-09-22 04:44:17 +02:00
RobinLinus
600d3551f4 Add will-change 2018-09-21 21:12:11 +02:00
RobinLinus
3ac40fb3d7 Don’t reconnect if already connecting 2018-09-21 21:04:48 +02:00
RobinLinus
9c9ca70d05 Reconnect on rejoin room 2018-09-21 20:55:15 +02:00
RobinLinus
7194c65c74 Reconnect on rejoin room 2018-09-21 20:51:56 +02:00
RobinLinus
4cf2beda90 Fix beforeunload on iphone 2018-09-21 19:49:16 +02:00
RobinLinus
96e37aef40 Fix typo 2018-09-21 19:25:01 +02:00
RobinLinus
31e5f635d1 Add connection state handler 2018-09-21 19:24:01 +02:00
RobinLinus
e573d57419 STUN server tests 2018-09-21 19:17:07 +02:00
RobinLinus
6317c25b10 Cleanup; fix STUN servers 2018-09-21 19:15:10 +02:00
RobinLinus
e9eeea48e5 Fix notifications on android 2018-09-21 18:54:52 +02:00
RobinLinus
663db5cbb3 Version 2 initial commit 2018-09-21 16:05:03 +02:00