how to get track from transport layer mediasoup on server side I tried by using transport.consume({producerId: producerId, rtpCapabities: rtpCapabities})
audio let { track } = consume;
on server side
Cool. Why have you tried that? Where in the API doc did you read that? Have you really read the server side API doc?