|
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 OperationSetDesktopSharingServer
Represents an OperationSet giving access to desktop sharing server-side specific functionalities.
| Field Summary |
|---|
| Fields inherited from interface net.java.sip.communicator.service.protocol.OperationSetVideoTelephony |
|---|
LOCAL_VIDEO_STREAMING |
| Method Summary | |
|---|---|
void |
disableRemoteControl(CallPeer callPeer)
Disables desktop remote control. |
void |
enableRemoteControl(CallPeer callPeer)
Enables desktop remote control. |
void |
processKeyboardEvent(KeyEvent event)
Process keyboard notification received from remote peer. |
void |
processMouseEvent(MouseEvent event)
Process mouse notification received from remote peer. |
| Methods inherited from interface net.java.sip.communicator.service.protocol.OperationSetDesktopStreaming |
|---|
createVideoCall, createVideoCall, isPartialStreaming, movePartialDesktopStreaming, setLocalVideoAllowed |
| Methods inherited from interface net.java.sip.communicator.service.protocol.OperationSetVideoTelephony |
|---|
addPropertyChangeListener, addVideoListener, answerVideoCallPeer, createLocalVisualComponent, createVideoCall, createVideoCall, createVideoCall, createVideoCall, disposeLocalVisualComponent, getQualityControl, getVisualComponent, getVisualComponents, isLocalVideoAllowed, isLocalVideoStreaming, removePropertyChangeListener, removeVideoListener, setLocalVideoAllowed |
| Method Detail |
|---|
void enableRemoteControl(CallPeer callPeer)
callPeer - call peer that will take control on local computervoid disableRemoteControl(CallPeer callPeer)
callPeer - call peer that will stop controlling local computervoid processKeyboardEvent(KeyEvent event)
event - KeyEvent that will be regenerated on local
computervoid processMouseEvent(MouseEvent event)
event - MouseEvent that will be regenerated on local
computer
|
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 | |||||||||