Overview

Provides access to conference global properties and conference roles.

Members

Name Type Description

conferenceRoles

conferenceRole[]

Get a list of all conference roles

properties

conferenceProperty[]

Get all global properties

role

conferenceRole

Adds another conference role.

roles

conferenceRole[]

Sets a set of conference roles. If some roles were already added, this set will be appended to the existing set.

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:conferenceSettings xsi:type="obh:conferenceSettings" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <conferenceRoles>your_conferenceRole_0</conferenceRoles>
        <conferenceRoles>your_conferenceRole_1</conferenceRoles>
        <conferenceRoles>your_conferenceRole_2</conferenceRoles>
        <properties>your_conferenceProperty_0</properties>
        <properties>your_conferenceProperty_1</properties>
        <properties>your_conferenceProperty_2</properties>
        <role>your_conferenceRole_0</role>
        <roles>your_conferenceRole_0</roles>
        <roles>your_conferenceRole_1</roles>
        <roles>your_conferenceRole_2</roles>
</obh:conferenceSettings>

Referenced By Representaions