CreateMeetingReply Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Represents the reply returned from the conference center when the meeting is created.

Syntax

<CreateMeetingReply>
    ...
</CreateMeetingReply>

The following sections describe attributes, parent elements, and child elements.

Attributes

None.

Element Information

Parent Element

Element

Occurrence

PlaceWareConfCenter

1

Child Element

Element

Occurrence

MeetingReply

1

Remarks

CreateMeetingReply must have exactly one MeetingReply child element.

When the meeting is created, this element is returned. In case of errors, a Fault element is returned. In case of a partial success of an access-controlled meeting where a specified audience or presenter in the meeting’s ACL does not exist, the returned MeetingReply element will contain audienceListInvalid or presenterListInvalid options. For more information, see the Remarks section of the MeetingReply element.

Example

<PlaceWareConfCenter>
  <CreateMeetingReply>
    <MeetingReply>
      <OptionList>
        <StringOption value="jnbzqqkh63ms1tgv" name="mid"></StringOption>
        <StringOption value="nD!8Foxq" name="audiencePassword"></StringOption>
        <StringOption value="N6$d%b3C" name="presenterPassword"></StringOption>
      </OptionList>
    </MeetingReply>
  </CreateMeetingReply>
</PlaceWareConfCenter>

For more reply examples, see CreateMeeting Message

See Also

Concepts

CreateMeetingRequest Element

CreateMeeting Message