Resumes or pauses streams based on the provided parameters.
The options for resuming or pausing streams.
A promise that resolves when the streams have been resumed or paused.
Will throw an error if there is an issue during the process of resuming or pausing streams.
await resumePauseStreams({ parameters: { participants: participantArray, dispActiveNames: ['user1', 'user2'], consumerTransports: transportArray, screenId: 'screen-123', islevel: '1', },}); Copy
await resumePauseStreams({ parameters: { participants: participantArray, dispActiveNames: ['user1', 'user2'], consumerTransports: transportArray, screenId: 'screen-123', islevel: '1', },});
Resumes or pauses streams based on the provided parameters.