hp.telephony.media
Interface ConferenceConstants

All Known Subinterfaces:
Conference
All Known Implementing Classes:
AsyncMediaGroup

public interface ConferenceConstants

Defines the Symbols that name the Conference parameters. These parameters have immediate effect when joined. When not joined, a setParameter() will have effect on next join(). They can be reset independantly with Boolean.FALSE.

Since:
OC MP 2.4

Field Summary
static Symbol p_AutoRelease
          Conference automatically released when all participants have left
static Symbol p_ListenOnly
          no media is input iff value is Boolean.TRUE however, output is made of other talkers of the conference.
static Symbol p_TalkOnly
          no media is output iff value is Boolean.TRUE however, input is sent to other listener of the conference.
 

Field Detail

p_TalkOnly

public static final Symbol p_TalkOnly
no media is output iff value is Boolean.TRUE however, input is sent to other listener of the conference.


p_ListenOnly

public static final Symbol p_ListenOnly
no media is input iff value is Boolean.TRUE however, output is made of other talkers of the conference.


p_AutoRelease

public static final Symbol p_AutoRelease
Conference automatically released when all participants have left