Remove unused function.
parent
09fbd23a82
commit
27cf84cdfe
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue