Skip to content

Commit 75098a0

Browse files
committed
JoinMeetingParameters: Fixed typo in magic method annotation
1 parent 8500f64 commit 75098a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Parameters/JoinMeetingParameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* @method string getClientURL()
4545
* @method $this setClientURL(string $clientURL)
4646
* @method bool|null isJoinViaHtml5()
47-
* @method $this setJoinViaHtml(bool $joinViaHtml)
47+
* @method $this setJoinViaHtml5(bool $joinViaHtml)
4848
* @method bool|null isGuest()
4949
* @method $this setGuest(bool $guest)
5050
*/

0 commit comments

Comments
 (0)