openvidu-server: remove unused method Participant#setToken
This commit is contained in:
parent
cf6c71a71c
commit
4b2c50c8f2
@ -122,10 +122,6 @@ public class Participant {
|
||||
return this.token;
|
||||
}
|
||||
|
||||
public void setToken(Token token) {
|
||||
this.token = token;
|
||||
}
|
||||
|
||||
public GeoLocation getLocation() {
|
||||
return this.location;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user