We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1148aea commit 59c4028Copy full SHA for 59c4028
1 file changed
src/Parameters/CreateMeetingParameters.php
@@ -364,13 +364,13 @@ public function isAllowStartStopRecording()
364
}
365
366
/**
367
- * @param bool $autoStartRecording
+ * @param bool $allowStartStopRecording
368
*
369
* @return CreateMeetingParameters
370
*/
371
- public function setAllowStartStopRecording($autoStartRecording)
+ public function setAllowStartStopRecording($allowStartStopRecording)
372
{
373
- $this->allowStartStopRecording = $autoStartRecording;
+ $this->allowStartStopRecording = $allowStartStopRecording;
374
375
return $this;
376
0 commit comments