public interface TRManualCallControlServiceRI
extends java.rmi.Remote
This service provides for manual control of recording on analog channels. Digital (ISDN) and VoIP channels do not support manual control of recording at this stage.
Manual recording requires correct channel configuration. In particular, the Trigger Type configuration parameter must be set to Manual. Consult the Total Recall VR documentation on how to configure the Trigger Type parameter for analog channels.
Modifier and Type | Method and Description |
---|---|
void |
startCall(java.lang.String securityKey,
int channelNumber)
Starts recording on the specified channel.
|
void |
terminateCall(java.lang.String securityKey,
int channelNumber)
Ends recording on the specified channel.
|
void startCall(java.lang.String securityKey, int channelNumber) throws SecurityException, java.rmi.RemoteException
securityKey
- The security key that was obtained from the Total Recall VR system
at login time. This operation requires a key with user level
privileges.channelNumber
- All channels on a Total Recall VR system have a unique number, starting
from 1. Set this parameter to the number of the channel that you wish to
start recording on.SecurityException
- On invalid security key, or if the user that is associated with the
security key is not authorised to perform this request.java.rmi.RemoteException
- On any problem that is associated with completing the request.
See cause for further details on the problem.void terminateCall(java.lang.String securityKey, int channelNumber) throws SecurityException, java.rmi.RemoteException
securityKey
- The security key that was obtained from the Total Recall VR system
at login time. This operation requires a key with user level
privileges.channelNumber
- All channels on a Total Recall VR system have a unique number, starting
from 1. Set this parameter to the number of the channel that you wish to
stop recording on.SecurityException
- On invalid security key, or if the user that is associated with the
security key is not authorised to perform this request.java.rmi.RemoteException
- On any problem that is associated with completing the request.
See cause for further details on the problem.Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.