KARTIK SHARMA
Results
1
issues of
KARTIK SHARMA
I am making a call: var call = peer.call(callerID, window.localStream, {'metadata': options}); peer.on('call', function (call) { console.log("Receiving a call"); console.log(call); if (window.existingCall) { // If already in a call, rejecting...