We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26c6b7 commit 0d9a2c4Copy full SHA for 0d9a2c4
bandwidth/voice/bxml/verbs/ring.py
@@ -20,6 +20,7 @@ def __init__(self, duration=None, answer_call=None):
20
Initializes the Ring class with the duration parameter
21
22
:param float duration: The time in seconds to ring
23
+ :param boolean answer_call: Whether or not to accept the incoming call while playing the ring
24
"""
25
self.duration = duration
26
self.answer_call = answer_call
0 commit comments