Remove unused function.

pull/25/head
Pontus Persson 2017-12-08 17:51:04 +01:00 committed by Pontus Alexander
parent 09fbd23a82
commit 27cf84cdfe
1 changed files with 0 additions and 5 deletions

View File

@ -66,11 +66,6 @@ function createdDescription(description) {
}).catch(errorHandler);
}
function gotRemoteStream(event) {
console.log('got remote stream');
remoteVideo.srcObject = event.stream;
}
function errorHandler(error) {
console.log(error);
}