PurppleShroom
Results
1
issues of
PurppleShroom
var candidate = new RTCIceCandidate({ sdpMLineIndex: message.label, candidate: message.candidate }); should be changed into var candidate = new IceCandidate({ sdpMLineIndex: message.label, candidate: message.candidate }); There is no object called RTCIceCandidate