Skip to content

Commit 898bd79

Browse files
committed
Re-add removed comments
1 parent e0c7805 commit 898bd79

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/BigBlueButton.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,13 @@ public function getConnectionError(): ?int
180180
return $this->connectionError;
181181
}
182182

183+
/* __________________ BBB ADMINISTRATION METHODS _________________ */
184+
/* The methods in the following section support the following categories of the BBB API:
185+
-- create
186+
-- join
187+
-- end
188+
*/
189+
183190
public function getCreateMeetingUrl(CreateMeetingParameters $createMeetingParams): string
184191
{
185192
return $this->urlBuilder->buildUrl(ApiMethod::CREATE, $createMeetingParams->getHTTPQuery());
@@ -450,6 +457,8 @@ public function insertDocument(InsertDocumentParameters $insertDocumentParams):
450457
return new InsertDocumentResponse($xml);
451458
}
452459

460+
/* ____________________ SPECIAL METHODS ___________________ */
461+
453462
public function getJSessionId(): ?string
454463
{
455464
return $this->jSessionId;

0 commit comments

Comments
 (0)