public class Trunk.Recording extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DO_NOT_RECORD |
static String |
DO_NOT_TRIM |
static String |
RECORD_FROM_ANSWER |
static String |
RECORD_FROM_RINGING |
static String |
TRIM_SILIENCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getMode()
The mode attribute lets you specify whether recording should be enabled or
when recording should begin.
|
String |
getTrim()
The 'trim' attribute lets you specify whether to trim leading and trailing silence
from your audio files.
|
public static final String TRIM_SILIENCE
public static final String DO_NOT_TRIM
public static final String DO_NOT_RECORD
public static final String RECORD_FROM_ANSWER
public static final String RECORD_FROM_RINGING
public String getTrim()
public String getMode()
Copyright © 2011 Twilio, Inc. All Rights Reserved.