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