mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: OpenViduConfig get dbname property
parent
3b838baceb
commit
4d5f75ecb4
|
@ -136,6 +136,10 @@ public class OpenviduConfig {
|
||||||
return "\"ip=" + this.coturnRedisIp + " dbname=" + this.coturnRedisDbname + " password="
|
return "\"ip=" + this.coturnRedisIp + " dbname=" + this.coturnRedisDbname + " password="
|
||||||
+ this.coturnRedisPassword + " connect_timeout=" + this.coturnRedisConnectTimeout + "\"";
|
+ this.coturnRedisPassword + " connect_timeout=" + this.coturnRedisConnectTimeout + "\"";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getCoturnDatabaseDbname() {
|
||||||
|
return this.coturnRedisDbname;
|
||||||
|
}
|
||||||
|
|
||||||
public ParticipantRole[] getRolesFromRecordingNotification() {
|
public ParticipantRole[] getRolesFromRecordingNotification() {
|
||||||
ParticipantRole[] roles;
|
ParticipantRole[] roles;
|
||||||
|
|
Loading…
Reference in New Issue