We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Joining the meeting
1 parent 5f31815 commit 8a8c3f5Copy full SHA for 8a8c3f5
1 file changed
INSTALL.md
@@ -202,7 +202,10 @@ you. The second way is to ask for an XML response then construct the URL using `
202
are detailed below.
203
204
Joining the meeting is done in two steps. In the first step we create an instance of `CreateMeetingParameters` and fill
205
-the previously saved `$meetingId`, then `username` and `role` values from POST values.
+the previously saved `$meetingId`, then `username` and `role` values from POST values. The third required parameter is
206
+password, the role of the user is determined by the system depending on the provided password. For that reason we will
207
+read it from `$passwords` using the `$HTTP_POST_VARS['role']` key.
208
+
209
210
```php
211
// Send a join meeting request
0 commit comments