mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: Kms#toString
parent
1409363dd0
commit
0eef367639
|
@ -218,4 +218,9 @@ public class Kms {
|
|||
return json;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return this.uri;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue