We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa1813 commit 0fd1abcCopy full SHA for 0fd1abc
bandwidth/models/bxml/verbs/record.py
@@ -21,7 +21,7 @@ def __init__(
21
transcription_available_method: str=None, username: str=None,
22
password: str=None, fallback_username: str=None,
23
fallback_password: str=None, tag: str=None,
24
- terminating_digits: str=None, max_duration: int=None,
+ terminating_digits: str=None, max_duration: int=60,
25
silence_timeout: str=None, file_format: str=None
26
):
27
"""Initialize a <Record> verb
0 commit comments