We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f6554 commit 19dede1Copy full SHA for 19dede1
1 file changed
src/Responses/CreateMeetingResponse.php
@@ -1,4 +1,5 @@
1
<?php
2
+
3
/**
4
* BigBlueButton open source conferencing system - https://www.bigbluebutton.org/.
5
*
@@ -42,11 +43,17 @@ public function getParentMeetingId(): string
42
43
return $this->rawXml->parentMeetingID->__toString();
44
}
45
46
+ /**
47
+ * @deprecated and will be removed in 6.0. Recent BigBlueButton versions does not require the password parameter in api requests.
48
+ */
49
public function getAttendeePassword(): string
50
{
51
return $this->rawXml->attendeePW->__toString();
52
53
54
55
56
57
public function getModeratorPassword(): string
58
59
return $this->rawXml->moderatorPW->__toString();
0 commit comments