Skip to content

Commit 8a8c3f5

Browse files
committed
Improve Joining the meeting section in INSTALL.md
1 parent 5f31815 commit 8a8c3f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

INSTALL.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,10 @@ you. The second way is to ask for an XML response then construct the URL using `
202202
are detailed below.
203203

204204
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.
205+
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+
206209

207210
```php
208211
// Send a join meeting request

0 commit comments

Comments
 (0)