MenuMenu

RTCMultiConnection.resetScreen

Always call this method before invoking getUserMedia for screen capturing

How to use

connection.resetScreen();
connection.addStream({
    screen: true,
    oneway: true
});