It appears that media soup doesn’t work for users with Chrome Version 140 and downgrading the chrome solved the issue.
The error on the client console -
InvalidAccessError: Failed to execute ‘setRemoteDescription’ on ‘RTCPeerConnection’: Failed to set remote answer sdp: Failed to set recv parameters for m-section with mid=‘0’.
Code Section which triggers the error
if (storeUser.value && !storeUser.value.admin) {
const track = previewVideo.value.getVideoTracks()[0];
console.log(“track is”, track)
producer = await transport.produce({ track });
}
Did you search in the Announcements topic or did you check the latest PRs in mediasoup-client? I write things for something but if people don’t read them there is nothing I can do.