Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol
Interface OperationSetCallTransfer

All Superinterfaces:
OperationSet

public interface OperationSetCallTransfer
extends OperationSet

An OperationSet defining operations that allow transferring calls to a new location.

Author:
Emil Ivov

Method Summary
 void transferCallPeer(CallPeer peer, String targetURI)
          Indicates a user request to transfer the specified call participant to a new (target) uri.
 

Method Detail

transferCallPeer

void transferCallPeer(CallPeer peer,
                      String targetURI)
Indicates a user request to transfer the specified call participant to a new (target) uri.

Parameters:
peer - the call peer we'd like to transfer
targetURI - the uri that we'd like this call peer to be transferred to.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.