class OpenViduRecordingResolutionException extends OpenViduException
13
{
14
public function __construct(Throwable $previous = null)
15
{
16
parent::__construct('"Resolution" parameter exceeds acceptable values (for both width and height, min 100px and max 1999px) or trying to start a recording with both "hasAudio" and "hasVideo" to false', 422, $previous);