3.1.4.3.3.1 tns:UMCallInfo Complex Type
The UMCallInfo complex type specifies the phone call status and provides information about what caused a phone call to enter the Disconnected state.
-
<xs:complexType name="UMCallInfo"> <xs:sequence> <xs:element name="CallState" type="tns:UMCallState" maxOccurs="1" minOccurs="1" /> <xs:element name="EventCause" type="tns:UMEventCause" maxOccurs="1" minOccurs="1" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the UMCallInfo complex type.
Element name |
Type |
Description |
---|---|---|
CallState |
tns:UMCallState (section 3.1.4.3.4.1) |
Specifies a value that indicates the status of a call for which the GetCallInfo operation requested information. This element MUST be present. |
EventCause |
tns:UMEventCause (section 3.1.4.3.4.2) |
Specifies a value that indicates the event that caused a call to enter the Disconnected state. This element MUST be present. |