Resumes a media consumer by handling the provided track and updating the relevant parameters.
This function is a key part of the MediaSFU stream management pipeline and is a common
candidate for override via uiOverrides.consumerResume. Use the wrap pattern to inject
analytics, rate-limiting, or error handling without touching core logic.
Throws
Will throw an error if the resumption fails or if there is an issue with the parameters.
Resumes a media consumer by handling the provided track and updating the relevant parameters.
This function is a key part of the MediaSFU stream management pipeline and is a common candidate for override via
uiOverrides.consumerResume
. Use thewrap
pattern to inject analytics, rate-limiting, or error handling without touching core logic.Throws
Will throw an error if the resumption fails or if there is an issue with the parameters.
Example
// Direct usage
Example
// Override via uiOverrides (add analytics)
Example
// Full parameters object structure