File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,10 @@ you. The second way is to ask for an XML response then construct the URL using `
202202are detailed below.
203203
204204Joining 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
You can’t perform that action at this time.
0 commit comments