Commit Graph

149 Commits

Author SHA1 Message Date
Sergiu Toma 7842953faf LH-276: Refactor consumer-resume 2023-02-22 18:57:57 +02:00
Sergiu Toma 4591617b1e LH-276: Fix video consume when initiator is not set yet(at start) 2023-02-22 18:50:37 +02:00
Sergiu Toma 9b3f2f94c8 LH-276: Fix audio when initiator is not set yet(at start) 2023-02-22 18:46:01 +02:00
Sergiu Toma 29a4cd7227 LH-276: Format code 2023-02-22 18:40:39 +02:00
Sergiu Toma c80265fe25 LH-276: Format code 2023-02-22 18:36:50 +02:00
Sergiu Toma abb1533c9b LH-276: Format code 2023-02-22 18:32:41 +02:00
Sergiu Toma 6e3ce9fbb3 LH-276: Format code 2023-02-22 18:30:28 +02:00
Sergiu Toma 4d8adf9eac LH-276: Refactor consume(consumeAudio/consumeVideo); Format code 2023-02-22 18:21:53 +02:00
Sergiu Toma bde02fe250 LH-276: Add close-producer event handler; Update client 2023-02-21 02:41:48 +02:00
Sergiu Toma f02d6af726 LINXD-2342: Added documentation for kind 2023-02-15 11:14:02 +02:00
Sergiu Toma 6b822142d0 Add the kind of producer on new-producer event 2023-02-11 21:13:57 +02:00
Sergiu Toma 1da0170261 Moved 'new-producer' in 'transport-produce' handler 2023-01-18 11:49:02 +02:00
Sergiu Toma 9382fd11fb LAPI-675: Remove commented code 2023-01-16 17:39:15 +02:00
Sergiu Toma fb99fd57f8 LAPI-675: Refactor transport-connect new-producer 2023-01-16 17:32:31 +02:00
Sergiu Toma 69c167e4e9 Add new-producer event; Update client to consume when receives new-producer event 2023-01-13 20:11:24 +02:00
Sergiu Toma f48fe4f9aa LAPI-674: Parse transport-recv-connect and consume param 2023-01-12 16:23:30 +02:00
Sergiu Toma 1b72941a32 Moved callId in consumer-resume 2023-01-12 15:09:21 +02:00
Sergiu Toma c037240f47 Refactor consumer-resume 2023-01-12 14:32:48 +02:00
Sergiu Toma 9716bddd71 Added log 2023-01-12 12:50:40 +02:00
Sergiu Toma e6c08a2c1d Refactor consumer-resume v3 2023-01-12 12:46:46 +02:00
Sergiu Toma 1342e812e6 Refactor consumer-resume 2023-01-12 12:45:23 +02:00
Sergiu Toma d8405eccc7 Refactor consumer-resume 2023-01-12 12:44:11 +02:00
Sergiu Toma 5bf31d452f Check for initiatorConsumerAudio before resume() 2023-01-12 12:38:40 +02:00
Sergiu Toma c034610471 Rollback 2023-01-12 12:38:01 +02:00
Sergiu Toma df5b3eab90 Check for initiatorConsumerAudio before resume() 2023-01-12 12:31:52 +02:00
Sergiu Toma 342d09c3e6 LINXD-2270: Removed console logs; Update commented code 2022-12-27 13:11:06 +02:00
Sergiu Toma b3409de3ba LINXD-2270: Allow server and web client to have full duplex 2022-12-19 19:31:33 +02:00
Sergiu Toma 09c4a4b90e LH-265: Added audio on client and server 2022-11-29 14:19:02 +02:00
Sergiu Toma 084ff36ebe LH-259: Refactor createRoom 2022-10-24 22:38:06 +03:00
Sergiu Toma f4ebf92783 LH-259: Added callback from transport-produce 2022-10-24 22:35:22 +03:00
Sergiu Toma b59a157b18 LH-259: Comment callback from transport-produce 2022-10-24 22:19:37 +03:00
Sergiu Toma 9f8347bec5 LH-259: Update createRoom callback 2022-10-24 22:16:47 +03:00
Sergiu Toma 24390c98e5 LH-259: Added callbacks 2022-10-24 22:11:14 +03:00
Sergiu Toma 1a7371fe18 Parse RTC_MIN_PORT and RTC_MAX_PORT 2022-10-18 18:27:02 +03:00
Sergiu Toma 03a11126c4 LH-253: Check if we have callId in closeCall 2022-10-18 10:51:20 +03:00
Sergiu Toma fafbee6e4c LH-253: Added callId for transportclose and producerclose events 2022-10-18 02:05:22 +03:00
Sergiu Toma 5c2808e75a LH-252: Update .env variables 2022-10-06 15:21:54 +03:00
Sergiu Toma 56835d6660 added log for dtls transport-connect 2022-10-05 15:44:46 +03:00
Sergiu Toma fc42c79210 Fix missing callId 2022-09-27 13:13:29 +03:00
Sergiu Toma a4d16998cd Fix call check before call close() 2022-09-27 13:03:32 +03:00
Sergiu Toma b0fad5f1db LINXD-2197: On peer disconnect delete the call; Added log when call is already deleted; Added log when user send multiple createWebRtcTransport 2022-09-27 12:43:07 +03:00
Sergiu Toma eb5aa12d65 LINXD-2197: Added the initial demo project used; Check before set producerTransport and consumerTransport if it was set before 2022-09-27 07:55:25 +03:00
Sergiu Toma 5f8f2ab44c LINXD-2197: Added comments; Catch errors; Fix package.json start:run script 2022-09-25 20:03:17 +03:00
Sergiu Toma ac078e72ff LINXD-2222: Removed requestCert and rejectedUnauthorized from server options 2022-09-20 14:15:54 +03:00
Sergiu Toma be396e1047 LINXD-2222: Set namespate to '/'; Removed httpolyglot; Removed unused code 2022-09-20 14:02:22 +03:00
Sergiu Toma 149876fc70 LINXD-2222: use https instead of httpolyglot; Added logs 2022-09-20 09:36:31 +03:00
Sergiu Toma a6681ffe40 LINXD-2222: Update 2022-09-19 23:32:15 +03:00
Sergiu Toma efc9bfd114 LINXD-2222: Update 2022-09-19 23:31:36 +03:00
Sergiu Toma a8afa8a532 LINXD-2222: Update 2022-09-19 23:30:18 +03:00
Sergiu Toma 507c131058 LINXD-2222: Update 2022-09-19 23:28:39 +03:00