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.