|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.util.event.PropertyChangeNotifier
net.java.sip.communicator.service.protocol.AbstractConferenceMember
net.java.sip.communicator.impl.protocol.jabber.ConferenceMemberJabberImpl
public class ConferenceMemberJabberImpl
Represents a member and its details in a Jabber telephony conference managed by a CallPeer in its role as a conference focus.
| Field Summary | |
|---|---|
static String |
ALERTING
A Public Switched Telephone Network (PSTN) ALERTING or SIP 180 Ringing was returned for the outbound call; endpoint is being alerted. |
static String |
CONNECTED
The endpoint is a participant in the conference. |
static String |
DIALING_IN
Endpoint is dialing into the conference, not yet in the roster (probably being authenticated). |
static String |
DIALING_OUT
Focus has dialed out to connect the endpoint to the conference, but the endpoint is not yet in the roster (probably being authenticated). |
static String |
DISCONNECTED
The endpoint is not a participant in the conference, and no active dialog exists between the endpoint and the focus. |
static String |
ON_HOLD
Active signaling dialog exists between an endpoint and a focus, but endpoint is "on-hold" for this conference, i.e., he/she is neither "hearing" the conference mix nor is his/her media being mixed in the conference. |
static String |
PENDING
Endpoint is not yet in the session, but it is anticipated that he/she will join in the near future. |
| Fields inherited from interface net.java.sip.communicator.service.protocol.ConferenceMember |
|---|
DISPLAY_NAME_PROPERTY_NAME, STATE_PROPERTY_NAME |
| Constructor Summary | |
|---|---|
ConferenceMemberJabberImpl(CallPeerJabberImpl callPeer,
String address)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getDisplayName()
Overrides CallPeer.getDisplayName() in order to return
the Jabber address of this ConferenceMember if the display name
is empty. |
(package private) void |
setEndpointStatus(String endpointStatus)
Sets the state property of this ConferenceMember by translating it from its conference-info XML endpoint status. |
| Methods inherited from class net.java.sip.communicator.service.protocol.AbstractConferenceMember |
|---|
getAddress, getConferenceFocusCallPeer, getSSRC, getState, setDisplayName, setSSRC, setState |
| Methods inherited from class net.java.sip.communicator.util.event.PropertyChangeNotifier |
|---|
addPropertyChangeListener, firePropertyChange, getPropertyChangeSource, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.java.sip.communicator.service.protocol.ConferenceMember |
|---|
addPropertyChangeListener, removePropertyChangeListener |
| Field Detail |
|---|
public static final String ALERTING
public static final String CONNECTED
public static final String DIALING_IN
public static final String DIALING_OUT
public static final String DISCONNECTED
public static final String ON_HOLD
public static final String PENDING
| Constructor Detail |
|---|
public ConferenceMemberJabberImpl(CallPeerJabberImpl callPeer,
String address)
callPeer - the CallPeeraddress - address of the conference member| Method Detail |
|---|
public String getDisplayName()
CallPeer.getDisplayName() in order to return
the Jabber address of this ConferenceMember if the display name
is empty.
getDisplayName in interface ConferenceMembergetDisplayName in class AbstractConferenceMembervoid setEndpointStatus(String endpointStatus)
endpointStatus - the conference-info XML endpoint status of this
ConferenceMember indicated by its
conferenceFocusCallPeer
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||