mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-19 08:35:18 +00:00
Automatically clean calls.
This commit is contained in:
@ -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);
|
Reference in New Issue
Block a user