openvidu-server: OpenViduConfig get dbname property
This commit is contained in:
parent
3b838baceb
commit
4d5f75ecb4
@ -136,6 +136,10 @@ public class OpenviduConfig {
|
||||
return "\"ip=" + this.coturnRedisIp + " dbname=" + this.coturnRedisDbname + " password="
|
||||
+ this.coturnRedisPassword + " connect_timeout=" + this.coturnRedisConnectTimeout + "\"";
|
||||
}
|
||||
|
||||
public String getCoturnDatabaseDbname() {
|
||||
return this.coturnRedisDbname;
|
||||
}
|
||||
|
||||
public ParticipantRole[] getRolesFromRecordingNotification() {
|
||||
ParticipantRole[] roles;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user