src/Dto/RecordedVideoDataDto.php
Method __construct
has 8 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct(array $participants, string $initiatorId, int $durationSec, string $startTimestamp, string $endTimestamp, string $recordingSessionId, string $preAuthenticatedLink, bool|null $share)