Edit File: ArchiveMode.php
<?php declare(strict_types=1); namespace Vonage\Video\Archive; class ArchiveMode { public const ALWAYS = 'always'; public const MANUAL = 'manual'; }
Back to File Manager