public interface Transaction
Modifier and Type | Interface and Description |
---|---|
static class |
Transaction.Listener
The Transaction.Listener provides methods for managing the lifecycle of a Transaction.
|
static class |
Transaction.Options
Options used when making Transactions in a Session.
|
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancel the Transaction.
|
float |
getAudioLevel()
Get the current audio level if recording.
|
Session |
getSession()
Get the Session associated with this Transaction.
|
String |
getSessionID()
Get the sessionID associated with the Transaction.
|
void |
stopRecording()
Stop recording audio and complete the Transaction, if there is an ongoing recording.
|
void cancel()
Session getSession()
String getSessionID()
float getAudioLevel()
void stopRecording()