|
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 | |||||||||
public interface CallRenderer
The CallRenderer represents a renderer for a call. All user interfaces representing a call should implement this interface.
| Method Summary | |
|---|---|
void |
conferenceMemberAdded(CallPeer callPeer,
ConferenceMember conferenceMember)
Indicates that the given conference member has been added to the given peer. |
void |
conferenceMemberRemoved(CallPeer callPeer,
ConferenceMember conferenceMember)
Indicates that the given conference member has been removed from the given peer. |
void |
ensureSize(Component component,
int width,
int height)
Ensures the size of the window. |
void |
enterFullScreen()
Enters in full screen mode. |
void |
exitFullScreen()
Exits the full screen mode. |
Call |
getCall()
Returns the call represented by this call renderer. |
CallPanel |
getCallContainer()
Returns the parent call container, where this renderer is contained. |
CallPeerRenderer |
getCallPeerRenderer(CallPeer callPeer)
Returns the CallPeerRenderer corresponding to the given callPeer. |
| Method Detail |
|---|
Call getCall()
void enterFullScreen()
void exitFullScreen()
void ensureSize(Component component,
int width,
int height)
component - the component, which size should be consideredwidth - the desired widthheight - the desired heightCallPanel getCallContainer()
CallPeerRenderer getCallPeerRenderer(CallPeer callPeer)
callPeer - the CallPeer, for which we're looking for a
renderer
void conferenceMemberAdded(CallPeer callPeer,
ConferenceMember conferenceMember)
callPeer - the parent call peerconferenceMember - the member that was added
void conferenceMemberRemoved(CallPeer callPeer,
ConferenceMember conferenceMember)
callPeer - the parent call peerconferenceMember - the member that was removed
|
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 | |||||||||