【发布时间】:2022-11-01 10:45:44
【问题描述】:
我在 python 中有这行代码可以在 Twilio 中调用。
在通话过程中,它说按一个继续通话。那么,如何在通话时按一个?
call = client_.calls.create(
record = True,
twiml=phone_call,
from_=from_phone_number_,
to = to_phone_number_,
url=url_to_xml)
【问题讨论】:
标签: python twilio twilio-api twilio-python