mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: remove unused method Participant#setToken
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…
Reference in New Issue