Uses of Class
com.sipresponse.flibblecallmgr.CallData

Packages that use CallData
com.sipresponse.flibblecallmgr   
com.sipresponse.flibblecallmgr.internal   
 

Uses of CallData in com.sipresponse.flibblecallmgr
 

Methods in com.sipresponse.flibblecallmgr that return CallData
 CallData CallManager.getCallData(java.lang.String callHandle)
           
 

Methods in com.sipresponse.flibblecallmgr with parameters of type CallData
 FlibbleResult CallManager.joinCalls(CallData[] calls)
          Joins currently connected calls into a conference (CURRENTLY UNIMPLEMENTED)
 

Method parameters in com.sipresponse.flibblecallmgr with type arguments of type CallData
 FlibbleResult CallManager.joinCalls(java.util.Vector<CallData> calls)
          Joins currently connected calls into a conference (CURRENTLY UNIMPLEMENTED)
 

Uses of CallData in com.sipresponse.flibblecallmgr.internal
 

Methods in com.sipresponse.flibblecallmgr.internal that return CallData
 CallData InternalCallManager.getCallData(java.lang.String callHandle)