3.1.4.1 Create a Conference

When an organizer intends to create a conference, the protocol client application MUST use the following steps:

  1. Create a unique Conference-Id for this organizer.

  2. Send an addConference request using the steps specified in section 3.1.7.1 and wait for an addConference response.

When an organizer intends to create a static conference, the protocol client application MUST use the following steps:

  1. Check if the static conference is already created by doing a GetConferences call with the static attribute set to "true".

  2. If the static conference exists, use the conference-id returned in the response to do a GetConference call to get the details of the static meeting.

  3. If the static meeting does not exist, do an addConference call with static set to "true" to create a static meeting.