| Package | Description |
|---|---|
| com.avaya.collaboration.call.media |
Provides classes and interfaces for bringing media to call.
|
| Modifier and Type | Method and Description |
|---|---|
static RecordItem |
MediaFactory.createRecordItem()
Returns an instance of a RecordItem that is used to make a request to an
Avaya Aura® Media Server to record the audio from a connected
participant on a call to a file.
|
RecordItem |
RecordItem.setFileUri(String fileUri)
Sets the URI of the recorded wave file.
|
RecordItem |
RecordItem.setMaxDuration(int maxDuration)
(Optional) - sets the maximum duration of a record request in milliseconds.
|
RecordItem |
RecordItem.setTerminationKey(String terminationKey)
(Optional) - sets the termination key used to stop a record operation
|
| Modifier and Type | Method and Description |
|---|---|
UUID |
MediaService.record(Participant participant,
RecordItem recordItem,
MediaListener mediaListener)
Records the audio from a connected participant on a call.
|
Copyright © 2023 Avaya. All rights reserved.