Uses of Class
com.adobe.connectpro.telephony.adaptor.TelephonyAdaptor.StopRecordingCause

Uses of TelephonyAdaptor.StopRecordingCause in com.adobe.connectpro.telephony.adaptor
 

Methods in com.adobe.connectpro.telephony.adaptor that return TelephonyAdaptor.StopRecordingCause
static TelephonyAdaptor.StopRecordingCause TelephonyAdaptor.StopRecordingCause.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TelephonyAdaptor.StopRecordingCause TelephonyAdaptor.StopRecordingCause.valueOfCustom(java.lang.String customName)
          Returns the enum constant based on String value of the same.
static TelephonyAdaptor.StopRecordingCause[] TelephonyAdaptor.StopRecordingCause.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.adobe.connectpro.telephony.adaptor with parameters of type TelephonyAdaptor.StopRecordingCause
 void TelephonyAdaptor.stopRecording(java.lang.String conferenceId, TelephonyAdaptor.StopRecordingCause cause)
          Stop a conference recording on the audio bridge.