jiti-meet/react/features/base/conference
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(notification,external-api) notify bridge channel failures 2022-11-18 19:56:36 +01:00
actions.ts Feat ssrc rewriting (#12408) 2023-01-24 13:58:58 -05:00
constants.ts ref(TS) Convert some features to TS (#12149) 2022-09-14 14:32:58 +03:00
functions.ts Feat ssrc rewriting (#12408) 2023-01-24 13:58:58 -05:00
index.js redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
logger.ts ref(TS Convert some files to TS (#12191) 2022-09-19 10:40:03 +03:00
middleware.any.js Remove legacy signaling and legacy SS mode. (#12499) 2022-11-08 14:15:49 -05:00
middleware.native.js fix(remote-control): when multistream is enabled 2022-10-11 15:48:24 -05:00
middleware.web.js fix(ts) make tsc (almost) not cry on native 2022-11-01 10:07:10 +01:00
reducer.ts ref(TS) Convert some features to TS (#12651) 2022-12-14 14:23:07 +02:00