openvidu-server: remove unused method Participant#setToken

pull/550/head
pabloFuente 2020-10-05 18:52:19 +02:00
parent cf6c71a71c
commit 4b2c50c8f2
1 changed files with 0 additions and 4 deletions

View File

@ -122,10 +122,6 @@ public class Participant {
return this.token;
}
public void setToken(Token token) {
this.token = token;
}
public GeoLocation getLocation() {
return this.location;
}