You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -77,6 +78,8 @@ def create(self, to, from_, method=values.unset, fallback_url=values.unset,
77
78
:param unicode machine_detection: Enable machine detection or end of greeting detection
78
79
:param unicode machine_detection_timeout: Number of miliseconds to wait for machine detection
79
80
:param unicode recording_status_callback_event: The recording_status_callback_event
81
+
:param unicode trim: Set this parameter to control trimming of silence on the recording.
82
+
:param unicode caller_id: The phone number, SIP address or Client identifier that made this Call. Phone numbers are in E.164 format (e.g. +16175551212). SIP addresses are formatted as `name@company.com`.
80
83
:param unicode url: Url from which to fetch TwiML
81
84
:param unicode application_sid: ApplicationSid that configures from where to fetch TwiML
82
85
@@ -106,6 +109,8 @@ def create(self, to, from_, method=values.unset, fallback_url=values.unset,
0 commit comments