If consumer paused on server side, does it stop stream on all clients (peers)?

Hi,
I am using mediasoup v2 and have a doubt about consumer pause/resume on server side.
To control bandwidth in multiparty conference i want to pause the inactive consumer. i tried to pause on client side but it doesn’t reduce bandwidth consumption.
My question is what if i pause consumer at server? does it stop consuming stream on all client or any method we can handle it for particular peer?