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

@ -137,6 +137,10 @@ public class OpenviduConfig {
+ 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;
switch (this.openviduRecordingNotification) { switch (this.openviduRecordingNotification) {