Skip to content

Commit 59c4028

Browse files
committed
Fix variable name in CreateMeetingParameters class.
1 parent 1148aea commit 59c4028

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Parameters/CreateMeetingParameters.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,13 +364,13 @@ public function isAllowStartStopRecording()
364364
}
365365

366366
/**
367-
* @param bool $autoStartRecording
367+
* @param bool $allowStartStopRecording
368368
*
369369
* @return CreateMeetingParameters
370370
*/
371-
public function setAllowStartStopRecording($autoStartRecording)
371+
public function setAllowStartStopRecording($allowStartStopRecording)
372372
{
373-
$this->allowStartStopRecording = $autoStartRecording;
373+
$this->allowStartStopRecording = $allowStartStopRecording;
374374

375375
return $this;
376376
}

0 commit comments

Comments
 (0)