RTCMultiConnection
RTCMultiConnection copied to clipboard
Error code: STATUS_ILLEGAL_INSTRUCTION
Hello Everyone. I'm having this problem when someone enters in the room and try to share ther video.
Error code: STATUS_ILLEGAL_INSTRUCTION
Does anyone know how to solve this?
We have the same message now on Chrome and Edge since update 107 of chromium
Same problem
My self facing same issue, Any update
It seems like Opera GX works fine, by now...
folks, if you experience crashes please file them chrome://crashes, say "related to webrtc" in the description and include the url to this bug and https://bugs.chromium.org/p/chromium/issues/detail?id=1381045
Currently, this isn't actionable.
Hi All, I got the below issue Connecting Web to Mobile Only on Chromium browsers such as Google, Edge i face below issue.
Solution
After adding below code issue gone in react file
<<<--------------Start----------------->>>>>>
var CodecsHandler = connection.CodecsHandler;
connection.processSdp = function (sdp) {
var codecs = "vp8";
if (codecs.length) {
sdp = CodecsHandler.preferCodec(sdp, codecs.toLowerCase());
}
return sdp;
};
<<<------------End------------------->>>>>>
the issue

Guys, found a solution. Go to RTCMulticonnection.js, search for "maxptime: 3" and comment this line. It should work normally.
@LucasCVentura
Guys, found a solution. Go to RTCMulticonnection.js, search for "maxptime: 3" and comment this line. It should work normally.
Works! Thanks dude
Guys, found a solution. Go to RTCMulticonnection.js, search for "maxptime: 3" and comment this line. It should work normally.
Tested here, it's working. Thank you so much !
Guys, found a solution. Go to RTCMulticonnection.js, search for "maxptime: 3" and comment this line. It should work normally.
Works!
i find soution even better than that
turn on isolated browsing in windows defender for chrome and edge browsing settings will solve problem
