happyier
parent
92e94e40fe
commit
f14a7b5f04
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue