Adding a participant label when dialling in conference (Twilio)
问题 conference.participants.create(from_=caller_id, to=to_number, label='customer') This piece of code is returning an error TypeError: create() got an unexpected keyword argument 'label' I read from https://www.twilio.com/docs/voice/api/conference-participant-resource that label is one of the parameters of participant. 回答1: When I upgraded the Python Twilio helper library, it worked for me: Worked: Successfully installed twilio-6.45.3 Didn't Work: Found existing installation: twilio 6.39.0 pip