Automatically clean calls.

This commit is contained in:
2019-01-26 08:40:29 +01:00
parent f99e16c23e
commit bdea890aaa
4 changed files with 73 additions and 2 deletions

View File

@ -26,4 +26,12 @@ $config->set("calls", array(
"turn_username" => "anonymous",
"turn_password" => "anonymous"
));
*/
*/
/**
* Calls expiration time
*
* The amount of time of inactivity for what the call get
* automatically deleted
*/
$config->set("calls_expiration", 30);