Pause dataConsumer

Hi,

for our spatial video chat that runs mediasoup I wanted to find a way to pause dataConsumers like I would do with “regular” consumers, but could not find anything about it in the API.
Also in regard to the general recommendation to start server side consumers in a paused state that might be interesting.

Is there a way to pause and resume dataConsumers?

No, it’s not possible, and it does not make much sense when it comes to reliable DataChannel.

Thanks for your answer!

Just out of curiosity: the problem described here Create server side consumers with paused: true does not affect dataConsumers at all?