Commit Graph

216 Commits

Author SHA1 Message Date
Sergiu Toma 649c7a3767 LINXD-2222: Update 2022-09-19 17:45:18 +03:00
Sergiu Toma 08d6ccbb21 LINXD-2222: Update 2022-09-19 17:44:45 +03:00
Sergiu Toma fd005351b5 LINXD-2222: Update 2022-09-19 17:43:39 +03:00
Sergiu Toma fc111540d8 LINXD-2222: Update 2022-09-19 17:42:42 +03:00
Sergiu Toma c4f4be0aa8 LINXD-2222: Update 2022-09-19 17:42:16 +03:00
Sergiu Toma 40c03592df LINXD-2222: Update 2022-09-19 17:40:57 +03:00
Sergiu Toma a59cbcf8cc LINXD-2222: Update 2022-09-19 17:13:48 +03:00
Sergiu Toma 7cc3a95b38 LINXD-2222: Update 2022-09-19 17:12:22 +03:00
Sergiu Toma 05e3d997f1 LINXD-2222: Update 2022-09-19 17:04:56 +03:00
Sergiu Toma 9c731f4085 LINXD-2222: Update 2022-09-19 17:03:58 +03:00
Sergiu Toma f6d862966e LINXD-2222: Update 2022-09-19 17:02:13 +03:00
Sergiu Toma 05ccd5cfd4 LINXD-2222: Update 2022-09-19 17:00:43 +03:00
Sergiu Toma 43eee11c7e LINXD-2222: Update 2022-09-19 16:53:32 +03:00
Sergiu Toma 0033cd528d LINXD-2222: Update 2022-09-19 16:53:09 +03:00
Sergiu Toma 5022d88b1d LINXD-2222: Update 2022-09-19 16:51:15 +03:00
Sergiu Toma 52b922825f LINXD-2222: Update 2022-09-19 16:48:46 +03:00
Sergiu Toma 07be8af9ae LINXD-2222: Update 2022-09-19 16:46:43 +03:00
Sergiu Toma 29737fe5d8 LINXD-2222: Fix middleware typo 2022-09-19 16:44:29 +03:00
Sergiu Toma 1f5755b72d LINXD-2222: Added wildcard; Replace httpolyglot with https; Set CORS to * 2022-09-19 16:21:50 +03:00
Sergiu Toma a2c878f91c Merge pull request 'Delete the whole call(with id) when we call closeCall' (#5) from delete-whole-call-id into master
Reviewed-on: #5
2022-09-17 08:43:57 +00:00
Sergiu Toma 7b6f78725b LINXD-2209: Call closeCall from producerclose and transportclose on consumer handlers; Update README.md 2022-09-16 18:49:56 +03:00
Sergiu Toma 41c6ad281d Delete the whole call(with id) when we call closeCall 2022-09-16 11:08:02 +03:00
Sergiu Toma f5406f163f Merge pull request 'Allow io3 on server creation' (#4) from Allow-io3 into master
Reviewed-on: #4
2022-09-15 14:54:41 +00:00
Sergiu Toma 28497fda91 Merge with master 2022-09-15 17:53:37 +03:00
Sergiu Toma 4a98a79630 Merge pull request 'LINXD-2209-black-screen-when-2-video-calls-are-answered-simultaneously' (#3) from LINXD-2209-black-screen-when-2-video-calls-are-answered-simultaneously into master
Reviewed-on: #3
2022-09-15 14:49:55 +00:00
Sergiu Toma 22e8b4d364 LINXD-2209: Refactor how we close the call; Check for callId in createRoom event 2022-09-15 17:07:47 +03:00
Adriana 575dbd69b0 Allow io3 on server creation 2022-09-15 14:49:10 +03:00
Sergiu Toma a51a757d17 LINXD-2209: Correctly close the call 2022-09-15 09:57:57 +03:00
Sergiu Toma c059dd5afc LINXD-2209: Correctly close the call 2022-09-15 09:56:32 +03:00
Sergiu Toma 19808da24e LINXD-2209: Get callId from soekct dictionary in consumer-resume case 2022-09-15 09:43:59 +03:00
Sergiu Toma 2f6c25c171 LINXD-2209: Correctly set router to videoCalls 2022-09-15 09:41:24 +03:00
Sergiu Toma ead0069aa8 LINXD-2209: Correctly set router to videoCalls 2022-09-15 09:39:52 +03:00
Sergiu Toma 434c8f744c LINXD-2209: Correctly set router to videoCalls 2022-09-15 09:35:35 +03:00
Sergiu Toma 7198dc91b1 LINXD-2209: Check for router in videoCalls 2022-09-15 09:33:30 +03:00
Sergiu Toma f629012712 LINXD-2209: Check for router in videoCalls 2022-09-15 09:32:41 +03:00
Sergiu Toma 41b50d2a11 LINXD-2209: Identify the callId from dictionary 2022-09-15 09:19:04 +03:00
Sergiu Toma b85ba68c9c LINXD-2209: Added comments 2022-09-13 22:24:10 +03:00
Sergiu Toma 6acd276324 LINXD-2209: Refactor how we save router, consumer, producer, producerTransport and consumerTransport 2022-09-13 22:16:51 +03:00
Sergiu Toma 294dbdf38d LINXD-2209: Added logs 2022-09-13 21:43:16 +03:00
Sergiu Toma c3d50fdc4e LINXD-2209: Add 4000ms delay between room creation 2022-09-13 21:38:06 +03:00
Sergiu Toma c12ececf47 LINXD-2209: Add 2000ms delay between room creation 2022-09-13 21:35:26 +03:00
Sergiu Toma 47eb302f5f LINXD-2209: Added logs on consume 2022-09-13 21:33:04 +03:00
Sergiu Toma accf960aa7 LINXD-2209: Added logs on consume 2022-09-13 21:15:51 +03:00
Sergiu Toma ab685270f1 LINXD-2209: Add 1000ms delay between room creation 2022-09-13 21:08:14 +03:00
Sergiu Toma 6938e751fe LINXD-2209: Add 100ms delay between room creation 2022-09-13 21:08:03 +03:00
Sergiu Toma 031a7bc4c5 LINXD-2209: Remove console.logs 2022-09-13 21:05:24 +03:00
Sergiu Toma d7486d0fd6 LINXD-2209: Add 10ms delay between room creation 2022-09-13 21:04:42 +03:00
Sergiu Toma 38931f0654 LINXD-2209: Add 50ms delay between room creation 2022-09-13 21:02:29 +03:00
Sergiu Toma bb684ca4db LINXD-2209: Add 300ms delay 2022-09-13 20:59:55 +03:00
Sergiu Toma 25a76c343b LINXD-2209: Move getRtpCapa outside of room creation 2022-09-13 20:59:12 +03:00