Compartilhar via


DisconnectVisitors Message

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.

Disconnects visitors from a meeting.

Components

Component Type

XML Element

Request

DisconnectVisitorsRequest

Reply

DisconnectVisitorsReply

Remarks

A caller must be a member of the Administrator role or be the Organizer that owns the meeting.

A caller must supply visitor IDs (vids) in this message to specify which visitors are to be disconnected. The vid values can be obtained by calling the ListConnectedVisitors message.

Examples

The following message requests that visitors, whose ID values are 6k8xb2h699q13 and njm8kk6w0k2g, are disconnected from the meeting identified as supersecret.

<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
  <DisconnectVisitorsRequest>
    <StringQuery fieldName="name" operator="=" value="supersecret"/>
    <OptionList>
      <StringListOption name="vids">
        <String>6k8xb2h699q13</String>
        <String>njm8kk6w0k2g</String>
      </StringListOption>
    </OptionList>
  </DisconnectVisitorsRequest>
</PlaceWareConfCenter>

When the request is processed successfully, an empty DisconnectVisitorsReply element is returned from the Live Meeting conference center.

<PlaceWareConfCenter>
    <DisconnectVisitorsReply/>
</PlaceWareConfCenter>

See Also

Concepts

DisconnectVisitorsRequest Element

DisconnectVisitorsReply Element

ListConnectedVisitors Message