openvidu-server: OpenViduConfig get dbname property

pull/88/merge
pabloFuente 2018-06-22 15:19:30 +02:00
parent 3b838baceb
commit 4d5f75ecb4
1 changed files with 4 additions and 0 deletions

View File

@ -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;