Constructor and Description |
---|
RecordingUpdater(String pathTrunkSid)
Construct a new RecordingUpdater.
|
Modifier and Type | Method and Description |
---|---|
RecordingUpdater |
setMode(Recording.RecordingMode mode)
The recording mode for the trunk.
|
RecordingUpdater |
setTrim(Recording.RecordingTrim trim)
The recording trim setting for the trunk.
|
Recording |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsync
public RecordingUpdater(String pathTrunkSid)
pathTrunkSid
- The SID of the Trunk.public RecordingUpdater setMode(Recording.RecordingMode mode)
mode
- The recording mode for the trunk.public RecordingUpdater setTrim(Recording.RecordingTrim trim)
trim
- The recording trim setting for the trunk.public Recording update(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.