![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04  |  
        
Read-only interface to conference session.
  Conference session can be either running
  or ended with one of the following statuses:
Session contains a transcript and a log. Both are available once a session is ended.
| Name | Type | Required | Description | 
|---|---|---|---|
collabId  | 
                    ![]()  | 
                    Retunrs CollabId assigned to this session object. | |
endStatus  | 
                    ![]()  | 
                    Get Session end status | |
endTime  | 
                    ![]()  | 
                    Get Session end time | |
running  | 
                    ![]()  | 
                    Check if session is running | |
serverAddress  | 
                    ![]()  | 
                    Returns address of the server handling this session (if it's currently running). | |
startTime  | 
                    ![]()  | 
                    Get Session start time | 
Applied Markers
<xs:complexType name="conferenceSession">
    <xs:sequence>
        <xs:element minOccurs="0" name="collabId" type="tns:beeId"/>
        <xs:element minOccurs="0" name="endStatus" type="tns:conferenceSessionEndStatus"/>
        <xs:element minOccurs="0" name="endTime" type="xs:dateTime"/>
        <xs:element name="running" type="xs:boolean"/>
        <xs:element minOccurs="0" name="serverAddress" type="xs:string"/>
        <xs:element minOccurs="0" name="startTime" type="xs:dateTime"/>
    </xs:sequence>
</xs:complexType>
        
        
 
        Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
        
 
        Legal Notices