master
bel 2020-05-10 13:51:21 -06:00
parent 92e94e40fe
commit f14a7b5f04
1 changed files with 14 additions and 20 deletions

View File

@ -161,12 +161,6 @@ class Entropy {
}
}
static gotIceCandidate(event) {
if(event.candidate != null) {
Server.server.send(JSON.stringify({'ice': event.candidate, 'uuid': Config.getUUID()}));
}
}
static createdDescription(description) {
View.log('got description');