DisconnectVisitorsRequest 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.
Disconnects a visitor from a meeting by sending a request to a conference center.
Syntax
<DisconnectVisitorsRequest>
<StringQuery...></StringQuery>
<OptionList>...</OptionList>
</DisconnectVisitorsRequest>
The following sections describe attributes, parent elements, and child elements.
Attributes
None.
Element Information
Child elements must be in the order shown in the Child Elements table.
Parent Element
Element |
Occurrence |
---|---|
1 |
Child Elements
Element |
Occurrence |
---|---|
1 |
|
1 |
Remarks
You must specify the visitors to be disconnected by supplying the visitor IDs (vids) in the message. The vids values can be obtained by using the ListConnectedVisitors message.
When the visitor is disconnected, a DisconnectVisitorsReply is returned; otherwise, a Fault element is returned.
The StringQuery must match exactly one non-deleted meeting. The StringQuery element can search the following options:
mid
personalPlaceOf
name
opaque1
opaque2
The OptionList element must contain one StringListOption element that contains a list of one or more vids of the visitors to be disconnected.
Name |
Description |
---|---|
vids |
StringListOption. Length range 1-16 characters. Specifies the visitor ID of each visitor to disconnect. |