File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments