Skip to content

Commit

Permalink
Fix code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
RTippin committed Apr 11, 2022
1 parent a88f20e commit de74f0f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Plugins/VideoRoom.php
Original file line number Diff line number Diff line change
Expand Up @@ -337,14 +337,15 @@ public function moderate(int $room,
* @param int $room
* @param bool $record
* @param string|null $secret
* @param string|null $pin
* @return array
*
* @throws JanusApiException
* @throws JanusPluginException
* @throws JanusApiException|JanusPluginException
*/
public function enableRecording(int $room,
bool $record,
?string $secret = null, ?string $pin = null): array
?string $secret = null,
?string $pin = null): array
{
$this->emit([
'request' => 'enable_recording',
Expand Down

0 comments on commit de74f0f

Please sign in to comment.