jiti-meet/react/features/base/tracks
Jaya Allamsetty 5e90e72562
Feat ssrc rewriting (#12408)
Use a fixed set of remote tracks for a call based on the ssrc-limit set in jvb config. When this feature is enabled, JVB will signal the audio and video SSRCs and their owner/endpoint info using a bridge channel message. For audio, the mappings are determined based on the energy rankings on the audio sources present in the call and for video, the mappings are calculated based on the video sources the client requests through the video receiver constraints.
Remote tracks are then created/remapped by the client based on these mappings.

* Added track_owner_changed action
* Skip track-based large-video selection in rewriting mode.
* Register OWNER_CHANGED handler at track level.
* feat(participants) Add source info to participants in redux.
With ssrc-rewriting, the receiver constraints need to be generated using the source info received in presence. Currently they are generated from the track info in redux but with ssrc-rewriting, remote sources are not signaled and therefore created until they are being requested through receiver constraints.

Co-authored-by: James A <jqdrqgnq@users.noreply.github.com>
2023-01-24 13:58:58 -05:00
..
actionTypes.ts Feat ssrc rewriting (#12408) 2023-01-24 13:58:58 -05:00
actions.any.ts Feat ssrc rewriting (#12408) 2023-01-24 13:58:58 -05:00
actions.native.ts fix(audio-only):Don't disable on SS started. (#12733) 2023-01-03 11:28:50 +02:00
actions.web.ts feat(audioOnly): do not disable when SS starts 2022-12-20 09:57:45 -06:00
functions.any.ts fix(rn,screenshare) rework the logic for unified-plan with multi-stream 2022-12-14 08:35:33 +01:00
functions.native.ts feat(ts) make tsc happy 2022-11-02 09:03:14 +01:00
functions.web.ts Remove legacy signaling and legacy SS mode. (#12499) 2022-11-08 14:15:49 -05:00
index.js redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
loadEffects.native.js rn,tracks: fix loadEffects 2020-02-04 18:06:11 +01:00
loadEffects.web.js feat(screenshot-capture) Updated screensharing screenshot capture 2021-10-05 10:25:27 +02:00
logger.ts fix(remote-control): when multistream is enabled 2022-10-11 15:48:24 -05:00
middleware.any.ts ref(setScreenshareMuted): remove mediaType 2022-12-21 11:02:02 -06:00
middleware.native.ts feat(ts) make tsc happy 2022-11-02 09:03:14 +01:00
middleware.web.ts Remove legacy signaling and legacy SS mode. (#12499) 2022-11-08 14:15:49 -05:00
reducer.ts Feat ssrc rewriting (#12408) 2023-01-24 13:58:58 -05:00
subscriber.ts Remove legacy signaling and legacy SS mode. (#12499) 2022-11-08 14:15:49 -05:00
types.ts feat(ts) make tsc happy 2022-11-02 09:03:14 +01:00