Failed to set remote video description send parameters for m-section with mid='video'

Hi,

I am using mediasoup-client on Android to send media streams. The mediasoup-client uses react-native-webrtc. It is found good to send VP8/opus, but error to send H264/PCMA.

The error occurs at creating video transport, and the error is “Failed to set remote answer sdp: Failed to set remote video description send parameters for m-section with mid=‘video’.”

Here is the video codec used in mediasoup router,
{
kind: “video”,
mimeType: “video/H264”,
clockRate: 90000,
preferredPayloadType: 125,
parameters: {
“level-asymmetry-allowed”: 1,
“packetization-mode”: 1,
“profile-level-id”: “42e01e”,
},
}

Is this a configuration issue ? Any idea to resolve this error ? Thanks !

Hi, did you find anything for this?
Got the same issue.