|
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 OperationSetTelephonyConferencing
Provides operations necessary to create and handle conferencing calls.
| Method Summary | |
|---|---|
Call |
createConfCall(String[] callees)
Creates a conference call with the specified callees as call peers. |
Call |
createConfCall(String[] callees,
CallGroup group)
Creates a conference call with the specified callees as call peers. |
CallPeer |
inviteCalleeToCall(String uri,
Call call)
Invites the callee represented by the specified uri to an already existing call. |
| Method Detail |
|---|
Call createConfCall(String[] callees)
throws OperationFailedException,
OperationNotSupportedException
callees - the list of addresses that we should call
OperationFailedException - if establishing the conference call
fails
OperationNotSupportedException - if the provider does not have any
conferencing features.
Call createConfCall(String[] callees,
CallGroup group)
throws OperationFailedException,
OperationNotSupportedException
callees - the list of addresses that we should callgroup - the CallGroup or null
OperationFailedException - if establishing the conference call
fails
OperationNotSupportedException - if the provider does not have any
conferencing features.
CallPeer inviteCalleeToCall(String uri,
Call call)
throws OperationFailedException,
OperationNotSupportedException
uri - the callee to invite to an existing conf call.call - the call that we should invite the callee to.
OperationFailedException - if inviting the specified callee to the
specified call fails
OperationNotSupportedException - if allowing additional callees to
a pre-established call is not supported.
|
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 | |||||||||