|
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 OperationSetDesktopStreaming
Represents an OperationSet giving access to desktop streaming specific functionality.
| Field Summary |
|---|
| Fields inherited from interface net.java.sip.communicator.service.protocol.OperationSetVideoTelephony |
|---|
LOCAL_VIDEO_STREAMING |
| Method Summary | |
|---|---|
Call |
createVideoCall(Contact callee,
MediaDevice mediaDevice)
Create a new video call and invite the specified CallPeer to it. |
Call |
createVideoCall(String uri,
MediaDevice mediaDevice)
Create a new video call and invite the specified CallPeer to it. |
boolean |
isPartialStreaming(Call call)
If the streaming is partial (not the full desktop). |
void |
movePartialDesktopStreaming(Call call,
int x,
int y)
Move origin of a partial desktop streaming. |
void |
setLocalVideoAllowed(Call call,
MediaDevice mediaDevice,
boolean allowed)
Sets the indicator which determines whether the streaming of local video in a specific Call is allowed. |
| 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 |
|---|
Call createVideoCall(String uri,
MediaDevice mediaDevice)
throws OperationFailedException,
ParseException
uri - the address of the callee that we should invite to a new
call.mediaDevice - the media device to use for the desktop streaming
OperationFailedException - with the corresponding code if we fail
to create the video call.
ParseException - if callee is not a valid address
string.
Call createVideoCall(Contact callee,
MediaDevice mediaDevice)
throws OperationFailedException
callee - the address of the callee that we should invite to a new
call.mediaDevice - the media device to use for the desktop streaming
OperationFailedException - with the corresponding code if we fail
to create the video call.
void setLocalVideoAllowed(Call call,
MediaDevice mediaDevice,
boolean allowed)
throws OperationFailedException
call - the Call to allow/disallow the streaming of local
video formediaDevice - the media device to use for the desktop streamingallowed - true to allow the streaming of local video for
the specified Call; false to disallow it
OperationFailedException - if initializing local video fails.boolean isPartialStreaming(Call call)
call - the Call whose video transmission properties we are
interested in.
void movePartialDesktopStreaming(Call call,
int x,
int y)
call - the Call whose video transmission properties we are
interested in.x - new x coordinate originy - new y coordinate origin
|
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 | |||||||||