Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Supported conference types.

Enumeration Members

Name Description

INSTANT

SCHEDULED

CHAT_ROOM

UNKNOWN

XML Schema


<xs:simpleType name="conferenceType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="INSTANT"/>
        <xs:enumeration value="SCHEDULED"/>
        <xs:enumeration value="CHAT_ROOM"/>
        <xs:enumeration value="UNKNOWN"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to conferenceType

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions