Overview

Members

Show inherited members

Name Type Description

attendees

beeId<accessor>[]

Sets the list of conference attendees.

guestKey

string

Sets key for the guest users. Any user who have this key can join the conference.

guestsAllowed

boolean

Configures whether conference has guest access (i.e. allows non-explicitly-invited users to join) or not.

hosts

beeId<accessor>[]

Sets the list of conference host users.

name

string

Sets the conference name.

targetWorkspace

beeId<workspace>

sets conference target workspace.

Hierarchy

Inherits From

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:conferenceCreator xsi:type="obh:conferenceCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <attendees>your_beeId_0</attendees>
        <attendees>your_beeId_1</attendees>
        <attendees>your_beeId_2</attendees>
        <guestKey>your_string_0</guestKey>
        <guestsAllowed>your_boolean_0</guestsAllowed>
        <hosts>your_beeId_0</hosts>
        <hosts>your_beeId_1</hosts>
        <hosts>your_beeId_2</hosts>
        <name>your_string_0</name>
        <targetWorkspace>your_beeId_0</targetWorkspace>
</obh:conferenceCreator>

Referenced By Representaions

Not Referenced Directly by Representations