@ -10,8 +10,8 @@
/ * *
* Represents a member and its details in a telephony conference managed by a
* < code > CallP articipant < / code > in its role as a conference focus .
*
* < code > CallP eer < / code > in its role as a conference focus .
*
* @author Lubomir Marinov
* /
public interface ConferenceMember
@ -37,7 +37,7 @@ public interface ConferenceMember
* properties of this < code > ConferenceMember < / code > such as
* < code > # DISPLAY_NAME_PROPERTY_NAME < / code > and
* < code > # STATE_PROPERTY_NAME < / code > .
*
*
* @param listener
* a < code > PropertyChangeListener < / code > to be notified about
* changes in the values of the properties of this
@ -50,26 +50,26 @@ public interface ConferenceMember
/ * *
* Gets the user - friendly display name of this < code > ConferenceMember < / code >
* in the conference .
*
*
* @return the user - friendly display name of this
* < code > ConferenceMember < / code > in the conference
* /
public String getDisplayName ( ) ;
/ * *
* Gets the < code > CallP articipant < / code > which is the conference focus of
* Gets the < code > CallP eer < / code > which is the conference focus of
* this < code > ConferenceMember < / code > .
*
* @return the < code > CallP articipant < / code > which is the conference focus of
*
* @return the < code > CallP eer < / code > which is the conference focus of
* this < code > ConferenceMember < / code >
* /
public CallPeer getConferenceFocusCallP articipant ( ) ;
public CallPeer getConferenceFocusCallP eer ( ) ;
/ * *
* Gets the state of the device and signaling session of this
* < code > ConferenceMember < / code > in the conference in the form of a
* < code > ConferenceMemberState < / code > value .
*
*
* @return a < code > ConferenceMemberState < / code > value which represents the
* state of the device and signaling session of this
* < code > ConferenceMember < / code > in the conference
@ -82,7 +82,7 @@ public interface ConferenceMember
* properties of this < code > ConferenceMember < / code > such as
* < code > # DISPLAY_NAME_PROPERTY_NAME < / code > and
* < code > # STATE_PROPERTY_NAME < / code > .
*
*
* @param listener
* a < code > PropertyChangeListener < / code > to no longer be notified
* about changes in the values of the properties of this