Overview

Type used to add or remove a participant to a meeting or meeting series.

Members

Show inherited members

Name Type Description

address

string

Address of the participant. Note that this attribute is immutable and used as a key to identify a participant of a meeting.

name

string

Name of the participant. This attribute can only be set for external participant. For internal participant, the name of the addressable as overwrite the value specified in this updater.

operation

meetingParticipantUpdaterOperation

participant

beeId

Addressable of the participant.

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:meetingParticipantUpdater xsi:type="obh:meetingParticipantUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <address>your_string_0</address>
        <name>your_string_0</name>
        <operation>your_meetingParticipantUpdaterOperation_0</operation>
        <participant>your_beeId_0</participant>
</obh:meetingParticipantUpdater>

Referenced By Representaions