question about datachannel consume

Hi all

strike into a very strange issue here, i get a random dataConsume closed when i consume the data, but audio/video works perfect, been looking into it, but have no luck of finding where the issue is, but if a new peer joints hes see everything normal, this is really random, just wondering if anyone had this before? running the latest mediasoup server and client,

any help would be awesome

thanks advance

Jason

That’s not normal and with little insight not easy to help.

I could only suggest it’s your code, fix it; the server is in full control of creating/destroying these channels. If the server hasn’t lost this but client has, I’d consider taking a peak at your client sided code to see if you close the data channel or accidentally reset the user on these joins.

Go poke around with your code.

1 Like