Overview

Read-only interface to conference session.
Conference session can be either running or ended with one of the following statuses:

  • SessionEndHostLeft
  • SessionEndHostAborted
  • SessionEndNoHost
  • SessionEndSystemError
  • SessionEndTimedOut
  • SessionEndByAdmin

Session contains a transcript and a log. Both are available once a session is ended.

Members

Name Type Required Description

collabId

beeId

Retunrs CollabId assigned to this session object.

endStatus

conferenceSessionEndStatus

Get Session end status

endTime

dateTime

Get Session end time

running

boolean

Check if session is running

serverAddress

string

Returns address of the server handling this session (if it's currently running).

startTime

dateTime

Get Session start time

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:conferenceSession xsi:type="obh:conferenceSession" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <collabId>your_beeId_0</collabId>
        <endStatus>your_conferenceSessionEndStatus_0</endStatus>
        <endTime>your_dateTime_0</endTime>
        <running>your_boolean_0</running>
        <serverAddress>your_string_0</serverAddress>
        <startTime>your_dateTime_0</startTime>
</obh:conferenceSession>

Referenced By Representaions