Avaya Conferencing Provider API

com.avaya.conferencing.api.acp.control
Class RecordParticipantNameMode

java.lang.Object
  extended by com.avaya.conferencing.api.acp.control.AbstractConnectionSpecificResource
      extended by com.avaya.conferencing.api.acp.control.RecordParticipantNameMode
All Implemented Interfaces:
ConnectionSpecificResource

public abstract class RecordParticipantNameMode
extends AbstractConnectionSpecificResource

When participants enter a conference

Since:
5.1.0.0.47

Constructor Summary
RecordParticipantNameMode()
           
 
Method Summary
abstract  java.util.Set<java.lang.Class<? extends ConferencingObject>> getDefaultPlaybackTargets()
          Returns the default playback targets.
abstract  java.lang.String getName()
          Gets the name of this mode.
abstract  boolean isRecordingName()
          Returns true if the participant's name is recorded in this mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.avaya.conferencing.api.acp.control.ConnectionSpecificResource
getResourceClass
 

Constructor Detail

RecordParticipantNameMode

public RecordParticipantNameMode()
Method Detail

getName

public abstract java.lang.String getName()
Gets the name of this mode.

Returns:
the name of this mode.
Since:
5.1.0.0.47

isRecordingName

public abstract boolean isRecordingName()
Returns true if the participant's name is recorded in this mode.

Returns:
true if the participant's name is recorded in this mode.
Since:
5.1.0.0.47

getDefaultPlaybackTargets

public abstract java.util.Set<java.lang.Class<? extends ConferencingObject>> getDefaultPlaybackTargets()
Returns the default playback targets. The recorded name will be played to these targets when the participant enters or leaves the conference.

Returns:
The set of default playback targets.

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.