Resumes a consumer transport by handling the provided track and updating the application state.
This function manages the resumption of media consumer transports (audio/video/screen) and updates
the UI accordingly. It supports custom UI components through both custom render functions and
component overrides, particularly for the MiniAudioPlayer component.
Key responsibilities:
Creates MediaStream from received track
Updates stream arrays (audio, video, screen)
Triggers UI updates through reorderStreams and prepopulateUserMedia
Handles MiniAudioPlayer rendering for off-screen audio participants
Resumes a consumer transport by handling the provided track and updating the application state.
This function manages the resumption of media consumer transports (audio/video/screen) and updates the UI accordingly. It supports custom UI components through both custom render functions and component overrides, particularly for the MiniAudioPlayer component.
Key responsibilities:
Function
Async
Example
Throws
Throws an error if the resumption fails or if there is an issue with the parameters.
Example
Example
Example